# File lib/asciidoctor/document.rb, line 397
  def title=(title)
    @header ||= Section.new self
    @header.title = title
  end