# File lib/kwalify/yaml-parser.rb, line 60 def parse_all list = [] while has_next() doc = parse() list << doc end return list end