void rb_iter_break(void)
break の C 用インターフェイスです。現在評価中のブロックから抜けます。
代表的には、rb_iterate の block_proc 中で使います。