# File lib/asciidoctor/reader.rb, line 57
  def lines
    @lines.nil? ? nil : @lines.dup
  end