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