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( = {}) " " * left() end |
The left margin pad string.
64 65 66 |
# File 'lib/format_output.rb', line 64 def pad( = {}) " " * left() end |