class Asciidoctor::Document

def revdate

returns the date of last revision for the document as a String

Public: Convenience method to retrieve the document attribute 'revdate'
def revdate
  @attributes['revdate']
end