# File lib/rd/rbl-file.rb, line 47 def string_to_labels(src) labels = [] src.each_line do |i| labels << parse_line(i) end labels end