Class Asciidoctor::Table::Rows
In: lib/asciidoctor/table.rb
Parent: Object

Public: A data object that encapsulates the collection of rows (head, foot, body) for a table

Methods

by_section   new  

External Aliases

send -> []

Attributes

body  [RW] 
foot  [RW] 
head  [RW] 

Public Class methods

Public Instance methods

Public: Returns the rows grouped by section.

Creates a 2-dimensional array of two element entries. The first element is the section name as a symbol. The second element is the Array of rows in that section. The entries are in document order (head, foot, body).

Returns a 2-dimentional Array of rows grouped by section.

[Validate]