Method: CommandKit::Printing::Tables::TableBuilder#header
- Defined in:
- lib/command_kit/printing/tables/table_builder.rb
#header ⇒ Boolean (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.
Indicates whether the table has a header row.
25 26 27 |
# File 'lib/command_kit/printing/tables/table_builder.rb', line 25 def header @header end |