Module
Termtter::Hookable
In:
lib/termtter/hookable.rb
Methods
call_hooks
clear_hooks
get_hook
get_hooks
included
register_hook
remove_hook
Attributes
hooks
[R]
Public Class methods
call_hooks
(point, *args)
return last hook return value
clear_hooks
()
get_hook
(name)
get_hooks
(point)
included
(base)
register_hook
(arg, opts = {}, &block)
remove_hook
(name)
[Validate]