# File lib/gemnasium/parser/patterns.rb, line 60 def self.values(string) string.strip.split(/[ \t]*,[ \t]*/).map{|v| value(v) } end