# File lib/action_dispatch/middleware/flash.rb, line 136
      def each(&block)
        @flashes.each(&block)
      end