# File lib/mspec/guards/platform.rb, line 4 4: def self.windows? 5: PlatformGuard.new(:os => :windows).match? 6: end