Class: Chef::RunContext
- Inherits:
-
Object
- Object
- Chef::RunContext
- Defined in:
- lib/cheffish/recipe_dsl.rb
Instance Method Summary collapse
Instance Method Details
#cheffish ⇒ Object
72 73 74 75 76 77 78 |
# File 'lib/cheffish/recipe_dsl.rb', line 72 def cheffish @cheffish ||= begin run_data = Cheffish::ChefRunData.new events.register(Cheffish::ChefRunListener.new(self)) run_data end end |