class Minitest::Reporters::DelegateReporter

def initialize(reporters, options = {})

def initialize(reporters, options = {})
  @reporters = reporters
  @options = options
  @all_reporters = nil
end