class Minitest::CompositeReporter

def report # :nodoc:

:nodoc:
def report # :nodoc:
  self.reporters.each(&:report)
end