# File lib/ruby-progressbar/base.rb, line 116 def title=(title) output.refresh_with_format_change { title_comp.title = title } end