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