class RSpec::Matchers::BuiltIn::Equal
def failure_message_for_should_not
def failure_message_for_should_not return <<-MESSAGE not #{inspect_object(actual)} got #{inspect_object(expected)} using equal?, which compares object identity. end
def failure_message_for_should_not return <<-MESSAGE not #{inspect_object(actual)} got #{inspect_object(expected)} using equal?, which compares object identity. end