# File wm.rb, line 273 def untag! *aTags with_tags do aTags.flatten.each do |tag| delete tag.to_s end end end