# File lib/cgikit.rb, line 1770 def initialize( headers, params ) super headers @multiple_params = params || Hash.new([]) end