class 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 minitest-5.13.0/lib/minitest.rb, line 838 def << reporter self.reporters << reporter end