method

merge!

merge!(other)
public

No documentation available.

# File actionpack/lib/action_dispatch/request/session.rb, line 215
      def merge!(other)
        load_for_write!
        @delegate.merge!(other)
      end