Method: RSpec::Core::Formatters::Loader#reporter

Defined in:
lib/rspec/core/formatters.rb

#reporterReporter (readonly)

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 the reporter.

Returns:


115
116
117
# File 'lib/rspec/core/formatters.rb', line 115

def reporter
  @reporter
end