# File lib/moneta/tyrant.rb, line 23
      def [](key)
        if val = super
          Marshal.load(val.unpack("m")[0])
        end
      end