# File lib/moneta/xattr.rb, line 37
def
[]=
(
key
,
value
)
@hash
.
set
(
key
,
Marshal
.
dump
(
value
))
end