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