# File lib/asciidoctor/reader.rb, line 505
  def unshift line
    @lineno -= 1
    @look_ahead += 1
    @lines.unshift line
  end