Method: TTY::Table::Renderer::Basic#resize
- Defined in:
- lib/tty/table/renderer/basic.rb
permalink #resize ⇒ Integer
The table resizing behaviour. If true the algorithm will automatically expand or shrink table to fit the terminal width or specified width. By default its false.
86 87 88 |
# File 'lib/tty/table/renderer/basic.rb', line 86 def resize @resize end |