Class: CGI

Inherits:
Object
  • Object
show all
Defined in:
lib/hayabusa_cgi.rb

Direct Known Subclasses

Hayabusa::Cgi

Class Method Summary collapse

Class Method Details

.remove_paramsObject



5
6
7
8
9
10
# File 'lib/hayabusa_cgi.rb', line 5

def self.remove_params
  if (const_defined?(:CGI_PARAMS))
    remove_const(:CGI_PARAMS)
    remove_const(:CGI_COOKIES)
  end
end