# File lib/moneta/sdbm.rb, line 7
    def [](key)
      if val = super
        Marshal.load(val)
      end
    end