# File lib/rack/utils.rb, line 264 def initialize(hash={}) super() @names = {} hash.each { |k, v| self[k] = v } end