W3cubDocs

/Ruby / Minitest

class Minitest::CompositeReporter

Parent:
Minitest::AbstractReporter

Dispatch to multiple reporters as one.

Attributes

reporters[RW]

The list of reporters to dispatch to.

Public Instance Methods

<<(reporter) Show source

Add another reporter to the mix.

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

© Ryan Davis, seattle.rb
Licensed under the MIT License.