# File lib/asciidoctor/table.rb, line 81
  def header_row?
    @has_header_option && @rows.body.size == 0
  end