Object
# File lib/spec/mocks/argument_matchers.rb, line 106 def initialize(matcher) @matcher = matcher end
# File lib/spec/mocks/argument_matchers.rb, line 110 def ==(value) @matcher.matches?(value) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.