Module: PoolParty::Remoter
- Included in:
- Master, RemoteInstance
- Defined in:
- lib/poolparty/remoter.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
166 167 168 169 |
# File 'lib/poolparty/remoter.rb', line 166 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |