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