# File wm.rb, line 253 def tags= *aTags t = aTags.flatten.uniq self[:tags] = t.join(TAG_DELIMITER) unless t.empty? end