method

update

update(other_hash)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 328
      def update(other_hash)
        @cookies.update other_hash.stringify_keys
        self
      end