About 1.9 #__method__ feature

[email protected] wrote:

On Sat, 8 Jul 2006 [email protected] wrote:

Maybe Sean was right that you and I are really saying the same thing
in different ways :slight_smile: At least, we seem to have converged on “send!”.

indeed - ‘instance_send’ gives me carpal tunnel just thinking about it! :wink:

-a

rofl you need another signature!

This one:

“suffering increases your inner strength. also, the wishing for
suffering makes the suffering disappear.”

was just there to comment this email of yours. It has done it’s deed.

cheers

Simon

btw: I don’t see a problem with send! either.

On 7/8/06, [email protected] [email protected] wrote:

indeed - ‘instance_send’ gives me carpal tunnel just thinking about it! :wink:

-a

And these don’t? :wink:

obj.internal :send, ‘msg’, ‘arg’
obj.internal{ send 'msg, ‘arg’ }
_(obj){ send ‘msg’, ‘arg’ }

To be honest, send! seems fine to me too but matz has already nixed it.

Regards,
Sean