# File lib/cgi.rb, line 1190
    def has_key?(*args)
      @params.has_key?(*args)
    end