From: "Pedro CĂ´rte-Real" Date: 2006-06-16T19:05:11+09:00 Subject: Re: Processing mixed content with REXML On 6/15/06, Robert Klemme wrote: > You are so right. But remember that even the best API documentation > cannot deal with methods added at runtime. Sometimes even complete > modules are included at runtime and you never know until you see the > object. rdoc should probably have some way to mark methods/modules that can't be seen by analysing code but that the programmer knows that will exist at runtime. In xmlcodec I add some methods to the class at runtime that I know will always exist and it would be great if I could still make then appear in the rdoc. Pedro.