# File lib/ruby-progressbar/base.rb, line 154
  def format=(other)
    output.refresh_with_format_change do
      @format = Format::String.new(other || output.default_format)
    end
  end