module Comodule::Deployment::Helper

Public Class Methods

included(receiver) click to toggle source
# File lib/comodule/deployment/helper.rb, line 3
def self.included(receiver)
  receiver.send(
    :include,
    SystemUtility, ShellCommand, Uploader, Aws
  )
end