# File lib/asciidoctor/reader.rb, line 225
  def read_lines
    lines = []
    while has_more_lines?
      lines << shift
    end
    lines
  end