Module: PoolParty::Ec2Wrapper

Included in:
Remoting
Defined in:
lib/modules/ec2_wrapper.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



54
55
56
57
# File 'lib/modules/ec2_wrapper.rb', line 54

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