Method: CommandKit::Printing::Tables::TableBuilder#width

Defined in:
lib/command_kit/printing/tables/table_builder.rb

#widthInteger (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The width (in characters) of the table.

Returns:

  • (Integer)

Since:

  • 0.4.0



35
36
37
# File 'lib/command_kit/printing/tables/table_builder.rb', line 35

def width
  @width
end