class RSpec::Core::Reporter

def report(count)

def report(count)
  start(count)
  begin
    yield self
  ensure
    conclude
  end
end