Method: TTY::Table::Renderer::Basic#multiline
- Defined in:
- lib/tty/table/renderer/basic.rb
#multiline ⇒ Boolean
The table column span behaviour. When true the column’s line breaks cause the column to span multiple rows. By default set to false.
63 64 65 |
# File 'lib/tty/table/renderer/basic.rb', line 63 def multiline @multiline end |