class Asciidoctor::Table::ParserContext

def mark_cell_closed

returns nothing

instance and add it to the current row.
Public: Marks the cell as closed so that the parser knows to instantiate a new cell
def mark_cell_closed
  @cell_open = false
  nil
end