Hi, in a Ruby C extension I handle a Ruby Proc instance and need to invoke its method "call" (by also passing some arguments). How to do that? I know that I can use rb_funcall(), but hopefully there is a faster C function. However I couldn't find it in proc.c. Thanks a lot. -- IƱaki Baz Castillo <ibc / aliax.net>