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