# File lib/mspec/guards/guard.rb, line 136 136: def windows?(sym, key) 137: sym == :windows && !key.match(/(mswin|mingw)/).nil? 138: end