Method: Fuelcell::Help::OptsFormatter#create_padding
- Defined in:
- lib/fuelcell/help/opts_formatter.rb
#create_padding(widest, opt) ⇒ Object
32 33 34 |
# File 'lib/fuelcell/help/opts_formatter.rb', line 32 def create_padding(widest, opt) ' ' * (widest - opt.size) end |