# File lib/cgikit.rb, line 339
                        def initialize(server, hash)
                                app = CKApplication.new
                                hash.each{|key, val|
                                        app.__send__("#{key}=", val)
                                }
                                super(server, app)
                        end