# File lib/ruby-progressbar/timer.rb, line 53
  def elapsed_seconds
    ((stopped_at || time.now) - started_at)
  end