# File lib/rumai/wm.rb, line 271
    def untag *aTags
      with_tags do
        aTags.flatten.each do |tag|
          delete tag.to_s
        end
      end
    end