Method: CommandKit::Printing::Tables::TableBuilder#width
- Defined in:
- lib/command_kit/printing/tables/table_builder.rb
#width ⇒ Integer (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.
35 36 37 |
# File 'lib/command_kit/printing/tables/table_builder.rb', line 35 def width @width end |