From: kerstens@... (Stefan Kersten) Date: 2001-04-01T01:40:04+09:00 Subject: [ruby-talk:13390] Re: Object::send with expanded argument list? Nevermind, I just read the solution in another thread. Ruby _is_ cool ... Stefan Kersten wrote: > >Hello, > >while being absolutely new to Ruby, I have worked with Smalltalk before >and I'm in need for something like #perform:withArguments: > >mojo.send_list(:minime, ["Fuzzy", "Dizzy", "Muddy"]) > >where the argument list is expanded during the message send. > >It's trivial to extend eval.c using rb_apply, but I wonder if such a >thing already exists (I didn't find anything in the docs)? > >Many thanks, >