# File lib/asciidoctor/document.rb, line 696
  def has_header?
    @header ? true : false
  end