Method: TTY::Table::Renderer::Basic#resize

Defined in:
lib/tty/table/renderer/basic.rb

#resizeInteger

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.

Returns:

  • (Integer)
[View source]

86
87
88
# File 'lib/tty/table/renderer/basic.rb', line 86

def resize
  @resize
end