class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher

@private

def ===(other)

def ===(other)
  true
end

def description

def description
  "anything"
end