= private = protected
params=(hash)
Set all the parameters.
# File lib/cgi/core.rb, line 463 def params=(hash) @params.clear @params.update(hash) end