# File lib/rspec/core/reporter.rb, line 22
    def start(example_count)
      @example_count = example_count
      @start = Time.now
      notify :start, example_count
    end