# File lib/kwartz/parser.rb, line 479
    def _parse_list
      line = scan_line()
      list = line.split(/,\s+/).collect {|item| item.strip}
      return list
    end