class RSpec::Core::Reporter
def message(message)
-
message
(#to_s
) -- A message object to send to formatters
def message(message) notify :message, Notifications::MessageNotification.new(message) end
message
(#to_s
)
-- A message object to send to formatters
def message(message) notify :message, Notifications::MessageNotification.new(message) end