Parent

Methods

RSpec::Mocks::ArgumentMatchers::EqualityProxy

Public Class Methods

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

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.