class Pod::Block::Table is Pod::Block { }
Class for a table in a Pod document.
Methods§
method caption§
method caption(--> Str:D)
Returns the associated caption of the table.
method headers§
method headers(--> Positional:D)
Returns a list of table headers. If no headers have been defined the list is empty.