Module: PoolParty::Callbacks
- Included in:
- PoolParty::Cloud::Cloud, Plugin::Plugin
- Defined in:
- lib/poolparty/modules/callbacks.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
39 40 41 42 |
# File 'lib/poolparty/modules/callbacks.rb', line 39 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |