# File lib/asciidoctor/table.rb, line 377
  def mark_cell_closed
    @cell_open = false
    nil
  end