class Asciidoctor::Table::ParserContext
def close_open_cell(next_cellspec = {})
by the next cell.
cell spec captured from the end of this cell onto the stack for use
Public: If the current cell is open, close it. In additional, push the
def close_open_cell(next_cellspec = {}) push_cellspec next_cellspec close_cell(true) if cell_open? advance nil end