# File lib/rack/utils.rb, line 353 def to_hash Hash[*map do |k, v| [k, v.respond_to?(:to_ary) ? v.to_ary.join("\n") : v] end.flatten] end