# File lib/rack/auth/digest/params.rb, line 34
        def []=(k, v)
          super k.to_s, v.to_s
        end