mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* lib/cgi.rb (CGI#initialize): remove unused constants. a patch
from Takeyuki Fujioka in [ruby-dev:36046]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2ba5cf9c5
commit
d945524057
2 changed files with 5 additions and 5 deletions
|
@ -2298,11 +2298,6 @@ class CGI
|
|||
Apache.request.setup_cgi_env
|
||||
end
|
||||
|
||||
(class << self; self; end).class_eval do
|
||||
const_set(:CGI_PARAMS, [1])
|
||||
const_set(:CGI_COOKIES, [2])
|
||||
end
|
||||
|
||||
extend QueryExtension
|
||||
@multipart = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue