# File lib/yaml/dbm.rb, line 88
def
store
(
key
,
val
)
super
(
key
,
val
.
to_yaml
)
val
end