Class: VagrantPlugins::VagrantHook::PrepareCloneHook

Inherits:
HookActionAbstract show all
Defined in:
lib/vagrant_hook/plugin.rb

Instance Method Summary collapse

Methods inherited from HookActionAbstract

#call

Constructor Details

#initialize(app, env) ⇒ PrepareCloneHook

Returns a new instance of PrepareCloneHook.



64
65
66
# File 'lib/vagrant_hook/plugin.rb', line 64

def initialize(app, env)
			super(app, env, Proc.new { env[:machine].config.vagrant_hook.prepare_clone_callbacks } )
end