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