class RSpec::Core::Reporter

def report(count)

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