class Asciidoctor::Table::ParserContext

def cell_closed?

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

Public: Checks whether the current cell has been marked as closed
def cell_closed?
  !@cell_open
end