# File lib/matchy/built_in/operator_expectations.rb, line 37
      def negative_failure_message(operator)
        "Expected #{@receiver.inspect} to not #{operator} #{@expected.inspect}."
      end