# File lib/filesize.rb, line 67 def to_s(unit = 'B', args = {}) precision = args[:precision] || PRECISION "%.#{precision}f %s" % [to(unit).to_f.to_s, unit] end