# File lib/asciidoctor/reader.rb, line 670
  def empty?
    peek_line ? false : true
  end