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