# File lib/core/facets/to_hash.rb, line 176 def to_h_multi h = {} each do |k,*v| h[k] ||= [] h[k].concat(v) end h end