class Minitest::CompositeReporter
Dispatch to multiple reporters as one.
Attributes
The list of reporters to dispatch to.
Public Instance Methods
Source
# File lib/minitest.rb, line 987 def << reporter self.reporters << reporter end
Add another reporter to the mix.