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