From: Dave Thomas Date: 2004-11-05T01:45:50+09:00 Subject: Re: [RAKE] rdoc task fails on Win2k On Nov 4, 2004, at 10:01, Jim Weirich wrote: > > Austin Ziegler said: >> r = RDoc::RDoc.new >> r.document(["--main", "README", "--title", "Diff::LCS -- A Diff > > Also an excellent suggestiong. The #document method in the example, I > assume it takes all the standard command line arguments that RDoc > accepts. > Correct? Yup - for normal use, it's just ARGV. > Any gotchas in this approach? Only slight thing is you're vulnerable to API changes in RDoc, but its unlikely to happen at that level. Cheers Dave