Subject: Re: Doing a splat within a C extension
From: ts <decoux moulon.inra.fr>
Date: Thu, 3 Nov 2005 22:33:33 +0900
References: 163862163877163906
In-reply-to: 163906
>>>>> "D" == Daniel Berger <djberg96 / gmail.com> writes:
D> I saw that, but it didn't seem to be doing anything special.
it call rb_Array() with an exception for Qnil
rb_ary_concat(rb_Array()) do a splat
Guy Decoux