On Tue, 18 Dec 2001, Robert Feldt wrote:

> Yes, but you have the path to the program being run so can recursively
> load and parse the files it requires.
> 
Or better, redef require and load and parse the Ruby files being loaded.

Still, what is required may depend on code the input data
supplied does not "activate". However, combining hooking require/load with
the current heuristic of parsing all rb files at the same level and below
a main file should do it? What have I missed? ;-)

/Robert