Is there a built-in variable that will return the name of the current Ruby process? I need to start up a separate Ruby process from within an application, but I can't be sure that ruby will be in PATH. This has to work on Win32 as well, so shelling out to "whereis" wouldn't work. -- Bill Atkins