Module: Ardm::Hook

Extended by:
ActiveSupport::Concern
Defined in:
lib/ardm/support/hook.rb

Overview

TODO: Write more documentation!

Overview

The Hook module is a very simple set of AOP helpers. Basically, it allows the developer to specify a method or block that should run before or after another method.

Usage

Halting The Hook Stack

Inheritance

Other Goodies

Please bring up any issues regarding Hooks with carllerche on IRC

Defined Under Namespace

Modules: ClassMethods