Class: Clearsight::Deploy

Inherits:
Object
  • Object
show all
Includes:
Methadone::SH
Defined in:
lib/clearsight/deploy.rb

Class Method Summary collapse

Class Method Details

.deploy(args) ⇒ Object



5
6
7
8
# File 'lib/clearsight/deploy.rb', line 5

def self.deploy(args)
  puts "Deploying...actually, not, because it's not set up yet. :/"
  puts "ARGS: #{args.join(", ")}"
end