method
replace
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
replace(h)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 215
def replace(h) # :nodoc:
@discard.clear
@flashes.replace h.stringify_keys
self
end