method
merge!
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Request::Session
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