class Asciidoctor::PreprocessorReader

def empty?

(see Reader#empty?)
def empty?
  peek_line ? false : true
end