# File lib/ruby-progressbar/base.rb, line 80
  def finished?
    finished || (autofinish && progressable.finished?)
  end