On 8/30/05, Yukihiro Matsumoto <matz / ruby-lang.org> wrote: > OK, here's another idea. How about > > foo.send(:bar) > > calls only public methods and > > send(:bar) > > calls private methods of the receiver as well? Like Eric, this could break some of my code. I don't have a problem fixing it to use #instance_eval, though. I like this better. -austin -- Austin Ziegler * halostatue / gmail.com * Alternate: austin / halostatue.ca