Method: RSpec::Core::Formatters::Loader.formatters
- Defined in:
- lib/rspec/core/formatters.rb
.formatters ⇒ void
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.
Internal formatters are stored here when loaded.
100 101 102 |
# File 'lib/rspec/core/formatters.rb', line 100 def self.formatters @formatters ||= {} end |