core: expose the hook method from the env

This commit is contained in:
Mitchell Hashimoto 2013-11-24 21:02:18 -08:00
parent f5cc112a4b
commit ec5727dfe0
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ module Vagrant
:action_runner => action_runner,
:box_collection => boxes,
:global_config => config_global,
:hook => method(:hook),
:host => host,
:gems_path => gems_path,
:home_path => home_path,