# File lib/rack/utils.rb, line 172
      def []=(k, v)
        super capitalize(k), v
      end