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