# File lib/ruby-progressbar/timer.rb, line 17
  def stop
    return unless started?

    self.stopped_at = time.now
  end