method
replace
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
replace(h)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 87
def replace(h) #:nodoc:
@used = Set.new
super
end