Method: CommandMapper::Command#spawn_command
- Defined in:
- lib/command_mapper/command.rb
permalink #spawn_command ⇒ Integer
Spawns the command as a separate process, returning the PID of the process.
754 755 756 |
# File 'lib/command_mapper/command.rb', line 754 def spawn_command Process.spawn(@command_env,*command_argv) end |