class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher

@private

def ===(_other)

def ===(_other)
  true
end

def description

def description
  "anything"
end