Method: RSpec::Core::Formatters::FallbackMessageFormatter#initialize
- Defined in:
- lib/rspec/core/formatters/fallback_message_formatter.rb
#initialize(output) ⇒ FallbackMessageFormatter
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of FallbackMessageFormatter.
10 11 12 |
# File 'lib/rspec/core/formatters/fallback_message_formatter.rb', line 10 def initialize(output) @output = output end |