Class: Chef::RunContext

Inherits:
Object
  • Object
show all
Defined in:
lib/cheffish/recipe_dsl.rb

Instance Method Summary collapse

Instance Method Details

#cheffishObject



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