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