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