# File lib/choice/lazyhash.rb, line 26
def
store
(
key
,
value
)
self
[
key
] =
value
end