Parent

Methods

Class Index [+]

Quicksearch

Spec::Mocks::ArgumentMatchers::MatcherMatcher

Public Class Methods

new(matcher) click to toggle source
     # File lib/spec/mocks/argument_matchers.rb, line 106
106:         def initialize(matcher)
107:           @matcher = matcher
108:         end

Public Instance Methods

==(value) click to toggle source
     # File lib/spec/mocks/argument_matchers.rb, line 110
110:         def ==(value)
111:           @matcher.matches?(value)
112:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.