# File lib/chef/recipe.rb, line 122
    def untag(*tags)
      tags.each do |tag|
        run_context.node[:tags].delete(tag)
      end
    end