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