class RSpec::Core::Reporter

def message(message)

Other tags:
    Private: -
def message(message)
  notify :message, Notifications::MessageNotification.new(message)
end