class ProgressBar::Base

def total=(new_total)

def total=(new_total)
  update_progress(:total=, new_total)
end