On Tue, 18 Dec 2001, Dave Thomas wrote: > > Maybe something along the lines of: > > > > ruby -r rdoc program.rb indata1 ... indatan > > > > could solve parts of this problem? Not sure if its a major problem > > though... > > That would give me the reflection information, but I'd lose the parse > of the source code, so I'd miss out on the attribute and aliasing > information, along with the comments. > > This is a tricky one. > Yes, but you have the path to the program being run so can recursively load and parse the files it requires. I have to agree with Matt though that it may not be worth it... /Robert