Method: CommandKit::Printing::Tables::TableBuilder#max_rows
- Defined in:
- lib/command_kit/printing/tables/table_builder.rb
#max_rows ⇒ 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 maximum number of rows in the table.
40 41 42 |
# File 'lib/command_kit/printing/tables/table_builder.rb', line 40 def max_rows @max_rows end |