Method: FormatOutput.left
- Defined in:
- lib/format_output.rb
.left(options = {}) ⇒ Object
Get the left margin
44 45 46 |
# File 'lib/format_output.rb', line 44 def left( = {}) ([:left] || @left).to_i end |
Get the left margin
44 45 46 |
# File 'lib/format_output.rb', line 44 def left( = {}) ([:left] || @left).to_i end |