From: gabriele renzi Date: 2004-08-30T19:40:27+09:00 Subject: Re: documenting dynamic method with rdoc Dave Thomas ha scritto: on a side but related note: it would be nice if RDoc supported documentation of classes generated via Class.new. I quite usually write SomeError=Class.new(Exception) btw, I don't expect it to detect stuff like a=Class Foo=a.new but 'grepping' only Class.new seem reasonable simple to me.