class Minitest::CompositeReporter

Dispatch to multiple reporters as one.

Attributes

The list of reporters to dispatch to.

Public Instance Methods

Add another reporter to the mix.

# File lib/minitest.rb, line 987
def << reporter
  self.reporters << reporter
end