# File lib/ruby-progressbar/base.rb, line 120 def to_s(new_format = nil) self.format = new_format if new_format Format::Formatter.process(@format, output.length, self) end