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
52 53 54 55 |
# File 'lib/poolparty/modules/callbacks.rb', line 52 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |