# File lib/chef/recipe.rb, line 109 def tagged?(*tags) tags.each do |tag| return false unless run_context.node[:tags].include?(tag) end true end