Method: FormatOutput.body
- Defined in:
- lib/format_output.rb
.body(options = {}) ⇒ Object
Get the working page width.
33 34 35 |
# File 'lib/format_output.rb', line 33 def body( = {}) width() - (left() + right()) end |
Get the working page width.
33 34 35 |
# File 'lib/format_output.rb', line 33 def body( = {}) width() - (left() + right()) end |