Parent

Methods

Class/Module Index [+]

Quicksearch

Spec::Mocks::ArgumentMatchers::MatcherMatcher

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.