From: James Edward Gray II Date: 2004-12-07T13:54:56+09:00 Subject: Re: RDoc =begin and =end? On Dec 6, 2004, at 8:03 PM, trans. (T. Onoma) wrote: > I'm currently trying to Rdoc a large project. After a great deal of > typing > documentation for each .rb (well over a hundred!), I have discovered > that > Rdoc is not documenting anyting inbetween =being and =end. Is there a > reason > for this? Is there a way to tell it to do so? Sure is. =begin rdoc ... =end Hope that helps. James