From: Robert Feldt Date: 2001-12-18T01:44:26+09:00 Subject: [ruby-talk:28793] Re: RDoc - Document Ruby source files On Tue, 18 Dec 2001, Alexander Bokovoy wrote: > > Because then it won't run in the environment in which it will finally > > run, and hence I still won't be able to deduce all the stuff I need > > to. > > > > I can't see any way that a documentation tool can execute a program in > > order to be able to build the runtime class model. I'd love to be > > shown to be wrong, because then I'll incorporate the feature. > 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... /Robert Feldt