Module: ChefWorkflow::TaskHelper
- Included in:
- Rake::DSL
- Defined in:
- lib/chef-workflow-tasklib.rb
Instance Method Summary collapse
Instance Method Details
#chef_workflow_task(obj) ⇒ Object
5 6 7 |
# File 'lib/chef-workflow-tasklib.rb', line 5 def chef_workflow_task(obj) require "chef-workflow/tasks/#{obj}" end |