class Minitest::SummaryReporter

def report # :nodoc:

:nodoc:
def report # :nodoc:
  super
  io.sync = self.old_sync
  io.puts unless options[:verbose] # finish the dots
  io.puts
  io.puts statistics
  aggregated_results io
  io.puts summary
end