Method: GGSM::Hooks#check_hooks
- Defined in:
- lib/ggsm/hook/hooks.rb
#check_hooks ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/ggsm/hook/hooks.rb', line 3 def check_hooks if update_hooks install_billow subs = get_submodule subs.each do |sub| cp_hooks(sub) end end end |