From: William Webber Date: 2003-08-12T21:30:39+09:00 Subject: Re: Ruby docstrings On Mon, Aug 11, 2003 at 10:25:41PM +0900, Dave Thomas wrote: > Would it help if I added a facility to RDoc to let you tell it about > methods that it can't find for itself, perhaps something like: > > > # Dynamically constructed method that handles > # SOAP requests from the washing machine. > > # :def: dynamic_method(arg1, arg2) I think this would be a very useful last-resort mechanism. William