class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
@private
Public Instance Methods
===(_other)
click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 150 def ===(_other) true end
description()
click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 154 def description "anything" end