# File lib/core/facets/to_hash.rb, line 157
  def to_h_assoc
    h = {}
    each do |k,*v| 
      h[k] = v
    end
    h
  end