# File webapp/htmlform.rb, line 75
    def each
      @param.each {|key, val|
        yield key.dup, val.dup
      }
    end