Parent

Methods

FlexMock::EqualMatcher

                                                                  

Match only things that are equal.

Public Class Methods

new(obj) click to toggle source
    # File lib/flexmock/argument_matchers.rb, line 29
29:     def initialize(obj)
30:       @obj = obj
31:     end

Public Instance Methods

===(target) click to toggle source
    # File lib/flexmock/argument_matchers.rb, line 32
32:     def ===(target)
33:       @obj == target
34:     end
inspect() click to toggle source
    # File lib/flexmock/argument_matchers.rb, line 35
35:     def inspect
36:       "==(#{@obj.inspect})"
37:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.