# File lib/rspec/matchers/equal.rb, line 25
      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