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