# File lib/rack/flash.rb, line 84
      def sweep!
        Array(flagged).each { |key| values.delete(key) }
        flagged.clear
      end