Flowdock
method

cause

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Exception
cause() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
VALUE
exc_cause(VALUE exc)
{
    ID id_cause;
    CONST_ID(id_cause, "cause");
    return rb_attr_get(exc, id_cause);
}
Register or log in to add new notes.