# File lib/moneta/file.rb, line 27
      def delete(key)
        attrs = xattr(key)
        attrs.remove("moneta_expires")
      end