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