class RSpec::Core::Configuration

def formatters

def formatters
  DeprecatedMutableArrayProxy.new(formatter_loader.formatters)
end