# File lib/asciidoctor/reader.rb, line 123
  def has_more_lines?
    !(@eof || (@eof = peek_line.nil?))
  end