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