Method: Chef::RunContext#loaded_recipe
- Defined in:
- lib/chef/run_context.rb
#loaded_recipe(cookbook, recipe) ⇒ Object
Mark a given recipe as having been loaded.
537 538 539 |
# File 'lib/chef/run_context.rb', line 537 def loaded_recipe(cookbook, recipe) loaded_recipes_hash["#{cookbook}::#{recipe}"] = true end |