Method: RSpec::Core::Formatters::ProfileFormatter#initialize
- Defined in:
- lib/rspec/core/formatters/profile_formatter.rb
permalink #initialize(output) ⇒ ProfileFormatter
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 ProfileFormatter.
11 12 13 |
# File 'lib/rspec/core/formatters/profile_formatter.rb', line 11 def initialize(output) @output = output end |