Parent

Methods

Files

Class/Module Index [+]

Quicksearch

SupportedGuard

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.