# File lib/benelux/stats.rb, line 30 30: def each_pair(&blk) 31: @names.each { |name| blk.call(name, group(name)) } 32: end