Method: RSpec::Core::Formatters::Loader#formatters

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

#formattersArray (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 loaded formatters.

Returns:

  • (Array)

    the loaded formatters


112
113
114
# File 'lib/rspec/core/formatters.rb', line 112

def formatters
  @formatters
end