Module: Billimatic::Resources::Hooks
- Included in:
- Base
- Defined in:
- lib/billimatic/resources/hooks.rb
Instance Method Summary collapse
Instance Method Details
#notify(*hooked_methods) ⇒ Object
5 6 7 |
# File 'lib/billimatic/resources/hooks.rb', line 5 def notify(*hooked_methods) apply_hooks(hooked_methods.flatten) end |