Method: Progressor::Formatting#format_int

Defined in:
lib/progressor/formatting.rb

#format_int(value) ⇒ Object

:nodoc:



30
31
32
# File 'lib/progressor/formatting.rb', line 30

def format_int(value)
  sprintf("%02d", value)
end