From: Austin Ziegler Date: 2006-07-04T00:37:31+09:00 Subject: Re: About 1.9 #__method__ feature. On 7/3/06, Yukihiro Matsumoto wrote: > It's not conjunction with __send__ etc. but with __FILE__ and > __LINE__. Besides that, I am no longer fond of __send__ and __id__, > I'd rather like to remove them if it's possible. Use invoke_method > and object_id respectively instead. Any chance we can get #invoke_method added to Ruby 1.8.5 so that we can use it instead of #__send__? I've got a lot of #__send__ calls in places. It would also be useful to know which of these sorts of things will be used for private calls (e.g., I have code that must be able to call methods that are otherwise private). -austin -- Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/ * austin@halostatue.ca * http://www.halostatue.ca/feed/ * austin@zieglers.ca