class RSpec::Matchers::BuiltIn::Equal
def failure_message_when_negated
-
(String)
-
Other tags:
- Api: - private
def failure_message_when_negated <<-MESSAGE not #{inspect_object(actual)} got #{inspect_object(expected)} using equal?, which compares object identity. end