In Files

Methods

Minitest::CompositeReporter

Dispatch to multiple reporters as one.

Attributes

reporters[RW]

The list of reporters to dispatch to.

Public Instance Methods

<<(reporter) click to toggle source

Add another reporter to the mix.

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.