Class: Module::Cluster::InstanceController::HookController

Inherits:
Object
  • Object
show all
Includes:
HookControllerInterface
Defined in:
lib/module/cluster/instance_controller/hook_controller.rb,
lib/module/namespaces.rb

Overview

A Hook Controller manages a stack of actions for a given event hook (before/after include, extend or subclass).

The action stack manages stack frames, each of which provides details for an action to be performed
at event hook.