class Asciidoctor::Document

def title

Returns the resolved doctitle as a [String] or nil if a doctitle cannot be resolved

Public: Return the doctitle as a String
def title
  doctitle
end