Class: Module::Cluster::InstanceController

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

Overview

Controls event hook stacks for a given Module or Class instance.

Holds controllers for before and after include and extend and after subclass events. 
Controllers hold action stacks, which include/extend modules, perform block actions, 
or cascade actions to an inheriting instance.