> I know in this particular case I could use rb_ary_concat(), but I was
> 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.