# File lib/moneta/sdbm.rb, line 13
def
[]=
(
key
,
value
)
super
(
key
,
Marshal
.
dump
(
value
))
end