class RSpec::Matchers::BuiltIn::BeComparedTo

def matches?(actual)

def matches?(actual)
  perform_match(actual)
rescue ArgumentError, NoMethodError
  false
end