Bugs: Browse | Submit New | Admin
The rb_protect function returns the result of EXEC_TAG(), which will be one of TAG_RETURN, TAG_BREAK, TAG_RAISE, etc. However, it is not currently possible to distinguish between the values without stealing them from eval.c. It would be more convenient if they were part of the public interface.
Add A Comment:
Date: 2007-09-11 12:14 Sender: Shyouhei Urabe Assigning to matz; feature request.