# File lib/asciidoctor/reader.rb, line 498
  def shift
    @lineno += 1
    @look_ahead -= 1 unless @look_ahead == 0
    @lines.shift
  end