Method: TTY::Table::Renderer::Basic#width

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

#widthInteger

The table total width

Returns:

  • (Integer)
[View source]

77
78
79
# File 'lib/tty/table/renderer/basic.rb', line 77

def width
  @width
end