# File lib/rspec/expectations/handler.rb, line 10 def self.check_message(msg) ::Kernel.warn message_must_be_string(msg) unless msg.nil? || msg.is_a?(String) end