class Minitest::SummaryReporter

def statistics # :nodoc:

:nodoc:
def statistics # :nodoc:
  "Finished in %.6fs, %.4f runs/s, %.4f assertions/s." %
    [total_time, count / total_time, assertions / total_time]
end