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