27 28 29
# File 'lib/hash_math/matrix.rb', line 27 def add_each(key, vals) tap { kvp(key).add_each(vals) } end