Object
# File lib/rspec/mocks/argument_matchers.rb, line 95 95: def initialize(matcher) 96: @matcher = matcher 97: end
# File lib/rspec/mocks/argument_matchers.rb, line 99 99: def ==(value) 100: @matcher.matches?(value) 101: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.