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, options="")
  cmd = construct_cmd(reqDir, options)
  return fork { exec(cmd) }
end