Re: minor tweak to visibility parser in rdoc

From: Dave Thomas <dave@...>
Date: 2004-05-20 03:37:27 UTC
List: ruby-core #2910
On May 14, 2004, at 16:08, Ryan Davis wrote:

> I have a lot of code that opens itself up if it is being unit tested 
> at the time. It usually looks like:
>
> 	protected unless $TESTING

A variant of your patch has been applied - thanks.

> I would also like to find some way to make %params% extend w/ a space 
> in front of parenthesis are not used for the method definition. 
> Otherwise the html renderered looks like "methodargs" with "method" 
> being bold. But I can't figure this one out in my current exhausted 
> mental state.

Could you give me an example?


Cheers

Dave


In This Thread