Module: Comodule::Deployment::Helper

Included in:
Platform
Defined in:
lib/comodule.rb,
lib/comodule/deployment/helper.rb

Defined Under Namespace

Modules: Aws, Base, ShellCommand, SystemUtility, Uploader

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



3
4
5
6
7
8
# File 'lib/comodule/deployment/helper.rb', line 3

def self.included(receiver)
  receiver.send(
    :include,
    SystemUtility, ShellCommand, Uploader, Aws
  )
end