jimcox (James Cox)
- Login: jimcox
- Email: jamesccox01@yahoo.com
- Registered on: 09/17/2013
- Last sign in: 09/17/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/17/2013
-
06:32 AM Ruby Bug #8918 (Closed): Shell::CommandProcessor::find_system_command
I inherited some code which is using Shell::CommandProcessor::find_system_command to verify that the specified command actually exist, and get the full path to it. I pulled this small chunk out for testing:
require 'shell'
she...