class ProgressBar::Base

def title=(title)

def title=(title)
  output.refresh_with_format_change { title_component.title = title }
end