module Comodule::Deployment::Helper::Aws::Base
Public Class Methods
included(receiver)
click to toggle source
# File lib/comodule/deployment/helper/aws/base.rb, line 3 def self.included(receiver) receiver.send :include, ::Comodule::Deployment::Helper::Base receiver.send :include, InstanceMethods end