class RSpec::Matchers::BuiltIn::BeComparedTo

def does_not_match?(actual)

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