class FlexMock::AnyMatcher
Match any object
Public Instance Methods
===(target)
click to toggle source
# File lib/flexmock/argument_matchers.rb, line 17 def ===(target) true end
inspect()
click to toggle source
# File lib/flexmock/argument_matchers.rb, line 20 def inspect "ANY" end