Method: Asciidoctor::Reader#string

Defined in:
lib/asciidoctor/reader.rb

#stringObject

Get a copy of the remaining lines managed by this Reader joined as a String



528
529
530
# File 'lib/asciidoctor/reader.rb', line 528

def string
  @lines.reverse.join LF
end