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