Generates a ASCII table with the given options.
Alias for add_row
Check if other is equal to self. other is considered equal if it contains the same headings and rows.
Add a row.
Add a separator.
Align column n to the given alignment of :center, :left, or :right.
Return column n.
Return length of column n.
Return n column including headings.
Return columns.
Set the headings
Alias for column_width
Return total number of columns available.
Render the table.
Return rows without separator rows.
Alias for render
[Validate]