From: Gregory Brown Date: 2007-01-04T09:48:56+09:00 Subject: Re: Little Things On 12/31/06, Rob Sanheim wrote: > On 12/31/06, Devin Mullins wrote: > What about: > > obj.send(:foo) # will call only public > obj.send!(:foo) # will bypass private/protected, like the current send. +1. This sounds great. (sorry for the late reply)