class RSpec::Core::Reporter

def stop

Other tags:
    Private: -
def stop
  @duration = (RSpec::Core::Time.now - @start).to_f if @start
  notify :stop, Notifications::ExamplesNotification.new(self)
end