:nodoc:
30 31 32
# File 'lib/progressor/formatting.rb', line 30 def format_int(value) sprintf("%02d", value) end