Just call rb_yield. You don't need to call rb_f_lambda. On Tue, 01 Oct 2002 16:46:27 +0000, Philip Bacon wrote: (snip) > > My question is, what Ruby function do I use from within my C method > function to call blockProc? > > Should I be calling rb_yield() or is there a simpler function to call?