method
update
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
update(h)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 163
def update(h) # :nodoc:
@discard.subtract stringify_array(h.keys)
@flashes.update h.stringify_keys
self
end