# File lib/cgi.rb, line 962
    def params=(hash)
      @params.clear
      @params.update(hash)
    end