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