class RSpec::Core::Example

def start(reporter)

def start(reporter)
  reporter.example_started(self)
  record :started_at => Time.now
end