# File lib/cgikit/webrick.rb, line 118 def initialize(server, hash, app = Application.new) app.take_values_from_hash(hash) super(server, app) end