From: Kyle Schmitt Date: 2007-03-28T05:38:56+09:00 Subject: Re: temporarily change method access for test On 3/27/07, Phrogz wrote: > Perhaps: > > C:\>qri Module.public > ---------------------------------------------------------- > Module#public > public => self > public(symbol, ...) => self > ------------------------------------------------------------------------ > With no arguments, sets the default visibility for subsequently > defined methods to public. With arguments, sets the named methods > to have public visibility. Ohh that's so much cooler than what I woulda done.