Parent

Methods

FlexMock::AnyMatcher

                                                                  

Match any object

Public Instance Methods

===(target) click to toggle source
    # File lib/flexmock/argument_matchers.rb, line 18
18:     def ===(target)
19:       true
20:     end
inspect() click to toggle source
    # File lib/flexmock/argument_matchers.rb, line 21
21:     def inspect
22:       "ANY"
23:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.