class Asciidoctor::Document

def parsed?

Public: Returns whether the source lines of the document have been parsed.
def parsed?
  @parsed
end