Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ruby.cfg: Configure rb_raise() as
noreturn
function.
rb_raise() exits the function and returns to the ruby script. Used for example to exit a function if arguments are not valid.
- Loading branch information