Public class methods
new
(matcher)
[show source]
# File lib/spec/mocks/argument_matchers.rb, line 106 def initialize(matcher) @matcher = matcher end
Public instance methods
==
(value)
[show source]
# File lib/spec/mocks/argument_matchers.rb, line 110 def ==(value) @matcher.matches?(value) end