Method: ActionDispatch::Flash::FlashHash#each

Defined in:
actionpack/lib/action_dispatch/middleware/flash.rb

#each(&block) ⇒ Object



209
210
211
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 209

def each(&block)
  @flashes.each(&block)
end