# File lib/moneta.rb, line 25
    def delete(key)
      check_expired(key)
      super
    end