From: Joel VanderWerf Date: 2006-03-14T10:37:39+09:00 Subject: Re: abstract method in Ruby ara.t.howard@noaa.gov wrote: ... > i think it'd be great of rdoc understood and abstract_method hook > just like it now supports the 'attr_XXX' hooks but, even without > that, i'll take any hint i can get in code like this. Rdoc does! Just use the -A option: rdoc -A abstract_method=ABSTRACT or something like that. Change ABSTRACT to be something you like that will tag the attr the the rdoc output. rdoc -h | grep -A 5 "accessor" --accessor, -A accessorname[,..] comma separated list of additional class methods that should be treated like 'attr_reader' and friends. Option may be repeated. Each accessorname may have '=text' appended, in which case that text appears where the r/w/rw appears for normal accessors. ... -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407