# File lib/rack/utils.rb, line 293 293: def self.new(hash={}) 294: HeaderHash === hash ? hash : super(hash) 295: end