Sha256: d8bcb61b24e822c4fab1764b66c21c30cd94acd966c288cb69a4143d8925cda0
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
module Clearsight class Deploy include Methadone::CLILogging include Methadone::SH def self.deploy(args) puts "Deploying...actually, not, because it's not set up yet. :/" puts "ARGS: #{args.join(", ")}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clearsight-1.2.0 | lib/clearsight/deploy.rb |