Match any object
18 19 20
# File 'lib/gems/flexmock-0.8.3/lib/flexmock/argument_matchers.rb', line 18 def ===(target) true end
21 22 23
# File 'lib/gems/flexmock-0.8.3/lib/flexmock/argument_matchers.rb', line 21 def inspect "ANY" end