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(options = {})
  width(options) - (left(options) + right(options))
end