Module: Garcon::Hookers::InstanceHookers
- Includes:
- ClassMethods
- Defined in:
- lib/garcon/utility/hookers.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from ClassMethods
Instance Method Details
#run_hooker(name, *args) ⇒ Object
156 157 158 |
# File 'lib/garcon/utility/hookers.rb', line 156 def run_hooker(name, *args) run_hooker_for(name, self, *args) end |