method
exec_install
v1.0.0 -
Show latest stable
- Class:
ToplevelInstallerMulti
exec_install()public
No documentation available.
# File actionwebservice/setup.rb, line 1008
def exec_install
run_hook 'pre-install'
each_selected_installers {|inst| inst.exec_install }
run_hook 'post-install'
end