module Comodule::Deployment::Helper::Aws::Ec2

Public Class Methods

included(receiver) click to toggle source
# File lib/comodule/deployment/helper/aws/ec2.rb, line 3
def self.included(receiver)
  receiver.send :include, InstanceMethods
end