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