Hi,
In message "General question about args (embedded code)"
on 03/02/25, Ben Thomas <ben.thomas / wickedstudios.com> writes:
|I saw other source cde like this:
|
| VALUE args[2];
| args[0] = rb_cObject;
| args[1] = rb_intern( "Foo" );
|
| rb_protect( rb_const_get, args, &result );
|
|But this kind of code doesn't works (and just don't make sense for me
|after what I read from eval.c, but maybe I'm missing something).
"doesn't work" has very little information. Describe how it didn't
work; in another words, what did you expect and what did you get?
matz.