# File lib/hashery/stash.rb, line 43
def
store
(
key
,
value
)
super
(
convert_key
(
key
),
value
)
end