# File lib/action_dispatch/middleware/flash.rb, line 115
      def delete(key)
        @flashes.delete key
        self
      end