1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix for POST method.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
wakou 2002-05-29 05:39:09 +00:00
parent 4ab1577db3
commit 4b3a6c7aec

View file

@ -1905,8 +1905,8 @@ The hash keys are case sensitive. Ask the samples.
else else
at_exit() do at_exit() do
if defined?(CGI_PARAMS) if defined?(CGI_PARAMS)
remove_const(:CGI_PARAMS) self.class.class_eval("remove_const(:CGI_PARAMS)")
remove_const(:CGI_COOKIES) self.class.class_eval("remove_const(:CGI_COOKIES)")
end end
end end
end end