# File lib/mspec/guards/platform.rb, line 40
40:   def platform_is_not(*args)
41:     g = PlatformGuard.new(*args)
42:     g.name = :platform_is_not
43:     yield if g.yield? true
44:   ensure
45:     g.unregister
46:   end