Method: HaveAPI::Hookable::ClassMethods#connect_hook
- Defined in:
- lib/haveapi/hooks.rb
#connect_hook(name) ⇒ Object
Connect block to registered hook with name.
203 204 205 |
# File 'lib/haveapi/hooks.rb', line 203 def connect_hook(name, &) Hooks.connect_hook(to_s, name, &) end |