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