Class
Terminal::Table::Row
In:
lib/terminal-table/row.rb
Parent:
Object
Methods
<<
[]
add_cell
height
new
number_of_columns
render
Attributes
cells
[R]
Row
cells
table
[R]
Public Class methods
new
(table, array = [])
Initialize with
width
and
options
.
Public Instance methods
<<
(item)
Alias for
add_cell
[]
(index)
add_cell
(item)
height
()
number_of_columns
()
render
()
[Validate]