# File lib/asciidoctor/reader.rb, line 122 def has_more_lines? if @lines.empty? @look_ahead = 0 false else true end end