# File lib/moneta.rb, line 15
    def [](key)
      check_expired(key)
      super
    end