Launchy::Detect::Runner
# File lib/launchy/detect/runner.rb, line 103 103: def wet_run( cmd, *args ) 104: child_pid = fork do 105: exec( *shell_commands( cmd, *args )) 106: exit! 107: end 108: Process.detach( child_pid ) 109: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.