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