# File lib/ruby-progressbar/base.rb, line 100
  def total=(new_total)
    update_progress(:total=, new_total)
  end