# File lib/asciidoctor/reader.rb, line 300
  def replace_next_line replacement
    shift
    unshift replacement
    nil
  end