# File lib/hashery/stash.rb, line 127
def
to_hash
h
= {}
each
{
|
k
,
v
|
h
[
k
] =
v
}
h
end