Module: Common::Hooks
- Included in:
- Axe::Configuration
- Defined in:
- lib/hooks.rb
Constant Summary collapse
- HOOKS =
[:after_load]
Class Method Summary collapse
-
.callbacks ⇒ Object
beware, the callbacks hash is a single shared instance tied to this module.
Class Method Details
.callbacks ⇒ Object
beware, the callbacks hash is a single shared instance tied to this module
21 22 23 |
# File 'lib/hooks.rb', line 21 def self.callbacks @callbacks ||= initialize_callbacks_array_per_hook end |