# File lib/rspec/matchers/built_in/equal.rb, line 24
        def failure_message_for_should_not
          return "\nexpected not \#{inspect_object(actual)}\ngot \#{inspect_object(expected)}\n\nCompared using equal?, which compares object identity.\n\n"
        end