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