# File lib/yaml/dbm.rb, line 103
def
to_hash
h
= {}
keys
.
each
{
|
k
|
h
[
k
] =
self
.
fetch
(
k
) }
h
end