Method: RSpec::Core::Formatters::FallbackMessageFormatter#message
- Defined in:
- lib/rspec/core/formatters/fallback_message_formatter.rb
permalink #message(notification) ⇒ void
Used by the reporter to send messages to the output stream.
22 23 24 |
# File 'lib/rspec/core/formatters/fallback_message_formatter.rb', line 22 def (notification) output.puts notification. end |