Method: RSpec::Core::Example#reporter

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

#reporterRSpec::Core::Reporter (readonly)

Returns the current reporter for the example.

Returns:


226
227
228
# File 'lib/rspec/core/example.rb', line 226

def reporter
  @reporter
end