18 19 20
# File 'lib/Util.rb', line 18 def self.strToArray(key, map) map[key][1..-2].split(",").map {|elem| elem.strip} end