class ActionDispatch::Flash::FlashHash

def each(&block)

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