# File lib/rspec/core/memoized_helpers.rb, line 138
def
[]=
(
key
,
value
)
@hash
[
key
] =
value
end