Top Level Namespace

Constant Summary collapse

VLAD_ENTERPRISING_VERSION =
'0.2'
TARGET_PARSED =
true

Instance Method Summary collapse

Instance Method Details

#dialect(arg) ⇒ Object



6
7
8
# File 'lib/vlad/translator.rb', line 6

def dialect(arg)
  Rake::RemoteTask.dialect(arg)
end

#host_env(*args, &b) ⇒ Object



2
3
4
# File 'lib/vlad/translator.rb', line 2

def host_env *args, &b
  Thread.current[:task].host_env
end

#scp(local, remote) ⇒ Object

rsync the given files to target_host.



11
12
13
# File 'lib/vlad/enterprising.rb', line 11

def scp local, remote
  Thread.current[:task].scp local, remote
end