Parent

Methods

Class Index [+]

Quicksearch

Spec::Mocks::ArgumentMatchers::EqualityProxy

Public Class Methods

new(given) click to toggle source
     # File lib/spec/mocks/argument_matchers.rb, line 116
116:         def initialize(given)
117:           @given = given
118:         end

Public Instance Methods

==(expected) click to toggle source
     # File lib/spec/mocks/argument_matchers.rb, line 120
120:         def ==(expected)
121:           @given == expected
122:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.