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