Match any object
# File lib/flexmock/argument_matchers.rb, line 17 def ===(target) true end
# File lib/flexmock/argument_matchers.rb, line 20 def inspect "ANY" end