# File lib/asciidoctor/parser.rb, line 1130 def self.parse_blocks(reader, parent) while reader.has_more_lines? block = Parser.next_block(reader, parent) parent << block if block end end