Method: Rake::DSL#remote_run

Defined in:
lib/rake/config.rb

#remote_run(*args, &block) ⇒ Object



784
785
786
787
# File 'lib/rake/config.rb', line 784

def remote_run(*args, &block)
  Rake::Application.mesg "Use of remote_run is depreciated. Please use remote_ssh instead";
  Rake::Task.remote_ssh(*args, &block);
end