Method: Jscon::Phantom#run_exec
- Defined in:
- lib/jscon/phantom.rb
#run_exec(reqDir, options = "") ⇒ Object
7 8 9 10 |
# File 'lib/jscon/phantom.rb', line 7 def run_exec(reqDir, ="") cmd = construct_cmd(reqDir, ) return fork { exec(cmd) } end |