From: Wes Gamble Date: 2007-12-20T14:25:48+09:00 Subject: Re: Monkey patching a private method? Chris Cummer wrote: > If I understand correctly what you're intending, you can sort'a get > around it via the following technique in which the public priv_meth() > over-rides the private one. This is not ideal though since it leaves > priv_meth() public. Is this what you're thinking? > Not exactly. I need to modify the body of priv_meth, not expose it publicly. Wes -- Posted via http://www.ruby-forum.com/.