# File lib/mspec/guards/compliance.rb, line 30
30:   def not_compliant_on(*args)
31:     g = NotCompliantOnGuard.new(*args)
32:     g.name = :not_compliant_on
33:     yield if g.yield?
34:   ensure
35:     g.unregister
36:   end