# File lib/benelux/stats.rb, line 26 26: def each(&blk) 27: @names.each { |name| blk.call(group(name)) } 28: end