module CpAws

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/cp_aws.rb, line 14
      def self.setup
  yield self
end
to_s() click to toggle source
# File lib/cp_aws.rb, line 18
def self.to_s
  "AWS"
end