From: "Thomas B." Date: 2008-09-06T06:29:04+09:00 Subject: Re: is it possible to turn a private method into a public on Lex Williams wrote: > hey guys ! > > could a private/protected method be turned into a public one ? class K private def m end # now m is private public :m # and now it is public end TPR. -- Posted via http://www.ruby-forum.com/.