>>>>> "A" == Avi Bryant <avi / beta4.com> writes:

A> Is there a rough equivalent of rb_scan_args for use with rb_funcall?

 rb_scan_args(argc, argv, "12*&", ...);

 i.e. "&" as the last character

 personnaly I prefer use rb_block_given_p()


Guy Decoux