class Asciidoctor::Table::ParserContext
def push_cell_spec(cell_spec = {})
stack is used to carry over the spec to the next cell.
Public: Puts a cell spec onto the stack. Cell specs precede the delimiter, so a
def push_cell_spec(cell_spec = {}) # this shouldn't be nil, but we check anyway @cell_specs << (cell_spec || {}) nil end