Class: NotCompliantOnGuard

Inherits:
SpecGuard show all
Defined in:
lib/mspec/guards/compliance.rb

Instance Method Summary collapse

Methods inherited from SpecGuard

#===, #after, #before, finish, #implementation?, #initialize, #os?, #platform?, register, ruby_version, #standard?, unregister, #unregister, #windows?, windows?, #wordsize?, #yield?

Constructor Details

This class inherits a constructor from SpecGuard

Instance Method Details

#match?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/mspec/guards/compliance.rb', line 10

def match?
  standard? or !implementation?(*@args)
end