# File lib/extlib/array.rb, line 31
def
to_mash
m
=
Mash
.
new
each
{
|
k
,
v
|
m
[
k
] =
v
}
m
end