class RSpec::Core::Example

def start(reporter)

def start(reporter)
  reporter.example_started(self)
  execution_result.started_at = clock.now
end