class Asciidoctor::Reader

def string

Public: Get a copy of the remaining lines managed by this Reader joined as a String
def string
  @lines.reverse.join LF
end