Parent

Methods

Files

RSpec::Mocks::ArgumentMatchers::EqualityProxy

Public Class Methods

new(given) click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 105
def initialize(given)
  @given = given
end

Public Instance Methods

==(expected) click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 109
def ==(expected)
  @given == expected
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.