# File lib/asciidoctor/table.rb, line 73
  def header_row?
    @has_header_option && @rows.body.empty?
  end