# File lib/rspec/core/reporter.rb, line 9
    def report(count)
      start(count)
      begin
        yield self
      ensure
        conclude
      end
    end