# File lib/chef/node.rb, line 362 def recipe?(recipe_name) run_list.include?(recipe_name) || run_state[:seen_recipes].include?(recipe_name) end