From: Daniel Berger Date: 2005-11-03T22:27:07+09:00 Subject: Re: Doing a splat within a C extension ts wrote: > >>>>> "D" == Daniel Berger writes: > > D> I know in this particular case I could use rb_ary_concat(), but I was > D> just wondering in general how you do this. > > I've not understood but look at splat_value() in eval.c > > > Guy Decoux I saw that, but it didn't seem to be doing anything special. Also, I can't use it if I want to, say, make a patch on array.c because it doesn't see it yet. I suppose I can just iterate of the array via RARRAY. I thought there might be an easier way. Regards, Dan