# File lib/innate/session/flash.rb, line 59
      def delete(key)
        previous.delete(key)
        current.delete(key)
      end