module Comodule::Deployment::Helper::Aws::S3

Public Class Methods

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