# File lib/benelux/stats.rb, line 102 102: def tag_values(tag) 103: vals = self.collect { |calc| calc.tags[tag] } 104: Array.new vals.uniq 105: end