# File lib/rspec/core/example.rb, line 72 def fail_fast(reporter, exception) start(reporter) set_exception(exception) finish(reporter) end