Asciidoctor::Table::Rows
A data object that encapsulates the collection of rows (head, foot, body) for a table.
Constructors
new(head : Array(Array(Asciidoctor::Table::Cell)) = [] of Array(Cell), foot : Array(Array(Asciidoctor::Table::Cell)) = [] of Array(Cell), body : Array(Array(Asciidoctor::Table::Cell)) = [] of Array(Cell))
SourceInstance methods
body
Sourcefoot
Sourcehead
Source