On Sun, 13 May 2001 01:18:07 +0900, ts <decoux / moulon.inra.fr> wrote:

> static VALUE
> tt(a)
>     VALUE a;
> {
>     return rb_funcall(a, rb_intern("inspect"), 0, 0);
  btw, why do you put this sparse 0 for rb_funcall? ^  

> }
>...

tnx, that works well!

btw, is there a list of ruby functions that are to be wrapped
inside 'rb_iterate' to work correctly if called from within C?

cioa, andi