Parent

Methods

Files

Class/Module Index [+]

Quicksearch

NotCompliantOnGuard

Public Instance Methods

match?() click to toggle source
# File lib/mspec/guards/compliance.rb, line 13
def match?
  if @args.include? :ruby
    raise Exception, "improper use of not_compliant_on guard"
  end
  standard? or !implementation?(*@args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.