method
value
ruby latest stable - Class:
UncaughtThrowError
value()public
Return the return value which was called for.
static VALUE
uncaught_throw_value(VALUE exc)
{
return rb_ivar_get(exc, id_value);
} value()Return the return value which was called for.
static VALUE
uncaught_throw_value(VALUE exc)
{
return rb_ivar_get(exc, id_value);
}