# File lib/moneta/xattr.rb, line 32
      def [](key)
        return nil unless key?(key)
        Marshal.load(@hash.get(key))
      end