Method: FormatOutput.pad

Defined in:
lib/format_output.rb

.pad(options = {}) ⇒ Object

The left margin pad string.



64
65
66
# File 'lib/format_output.rb', line 64

def pad(options = {})
  " " * left(options)
end