# File lib/rack/request.rb, line 178
178:
def
[]=
(
key
,
value
) 179:
params
[
key
.
to_s
] =
value
180:
end