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