Match any object

Methods
Public Instance methods
===(target)
    # File lib/flexmock/argument_matchers.rb, line 18
18:     def ===(target)
19:       true
20:     end
inspect()
    # File lib/flexmock/argument_matchers.rb, line 21
21:     def inspect
22:       "ANY"
23:     end