# File lib/ruby-progressbar/progress.rb, line 29
  def finish
    self.progress = total unless unknown?
  end