In ruby, is it possible to specify to call another ruby script using the same ruby interpreter as the original script is being run by?
For example, if a.rb runs b.rb
Avdi Grimm wrote a series of articles on the Devver blog about different ways to start Ruby subprocesses last summer:
[Note: it appears that part 4 hasn't been published yet.]