Parent

Methods

Files

Class/Module Index [+]

Quicksearch

NonComplianceGuard

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.