class Asciidoctor::Table::ParserContext

def cell_open?

returns true if the cell is marked as open, false otherwise

Public: Checks whether the current cell is still open
def cell_open?
  @cell_open
end