class Asciidoctor::Document

def title=(title)

def title=(title)
  @header = Section.new self
  @header.title = title
end