From: unbewusst Date: 2007-08-22T18:30:01+09:00 Subject: Re: variable args length and rb_class_new_instance On 21 ao�t, 19:19, Nobuyoshi Nakada wrote: > Hi, > > At Wed, 22 Aug 2007 01:29:57 +0900, > Tim Hunter wrote in [ruby-talk:265676]: > > > &args is then a pointer to a pointer to a VALUE, or "VALUE **". > > VALUE (*)[2] which is different from VALUE **. > > -- > Nobu Nakada ok thanks to all of you, i've found it bu myself Yvon