# File wm.rb, line 266
    def tag! *aTags
      with_tags do
        push(*aTags.flatten.map {|t| t.to_s})
      end
    end