# File lib/rspec/expectations/handler.rb, line 5
      def self.message_must_be_string(msg)
        "WARNING: ignoring the provided expectation message argument " +
        "(#{msg.inspect}) since it is not a string."
      end