On Oct 26, 2004, at 13:17, James Edward Gray II wrote: > As near as I can determine, RDoc picks up the comment before the FINAL > class definition to use in the documentation. Here are my questions > about that: > > 1. Can I override this somehow? It seems odd to me to shove all the > documentation down to almost the bottom of the source. Why not move the documentation to the top? If there's no documentation before a class body, RDoc won't replace existing. Cheers Dave