Method: Rake::DSL#remote_ssh

Defined in:
lib/rake/config.rb

#remote_ssh(*args, &block) ⇒ Object



780
781
782
# File 'lib/rake/config.rb', line 780

def remote_ssh(*args, &block)
  Rake::Task.remote_ssh(*args, &block);
end