# File lib/sdb/active_sdb.rb, line 460
      def []=(attribute, values)
        attribute = attribute.to_s
        @attributes[attribute] = attribute == 'id' ? values.to_s : values.to_a.uniq
      end