# File lib/ruby-progressbar/base.rb, line 108 def remainder_mark=(mark) output.refresh_with_format_change { bar.remainder_mark = mark } end