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