Method: Vedeu::Distributed::Subprocess#command

Defined in:
lib/vedeu/distributed/subprocess.rb

#commandString (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


62
63
64
# File 'lib/vedeu/distributed/subprocess.rb', line 62

def command
  "ruby #{file_path}"
end