Method: CommandMapper::Command#run_command
- Defined in:
- lib/command_mapper/command.rb
permalink #run_command ⇒ Boolean?
Runs the command.
738 739 740 |
# File 'lib/command_mapper/command.rb', line 738 def run_command Kernel.system(@command_env,*command_argv) end |