method
merge!
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Request::Session
merge!(other)public
No documentation available.
# File actionpack/lib/action_dispatch/request/session.rb, line 201
def merge!(other)
load_for_write!
@delegate.merge!(other)
end