Method: Kitchen::LifecycleHooks#initialize
- Defined in:
- lib/kitchen/lifecycle_hooks.rb
#initialize(config, state_file) ⇒ LifecycleHooks
Returns a new instance of LifecycleHooks.
34 35 36 37 |
# File 'lib/kitchen/lifecycle_hooks.rb', line 34 def initialize(config, state_file) init_config(config) @state_file = state_file end |