Hi, At Sat, 18 May 2002 09:58:10 +0900, Joel VanderWerf wrote: > Does anyone know an efficient way to call instance_eval from C? I'm > currently using > > rb_funcall(obj, :insteval_proc, 1, my_proc); Do you want to make a Proc in C? If so, recent 1.7 has rb_proc_new(). -- Nobu Nakada