Module: PoolParty::Callbacks

Included in:
Master, RemoteInstance, Remoter::InstanceMethods, Tasks
Defined in:
lib/modules/callback.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, ProcStoreMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



127
128
129
130
131
# File 'lib/modules/callback.rb', line 127

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.extend         ProcStoreMethods
  receiver.send :include, InstanceMethods
end