Method: Sequel::Plugins::HookClassMethods::ClassMethods#hook_blocks
- Defined in:
- lib/sequel/plugins/hook_class_methods.rb
#hook_blocks(hook) ⇒ Object
Yield every block related to the given hook.
75 76 77 |
# File 'lib/sequel/plugins/hook_class_methods.rb', line 75 def hook_blocks(hook) @hooks[hook].each{|k,v| yield v} end |