Flowdock
method

marshal_dump

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: ConditionVariable
marshal_dump() public

No documentation

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

Hide source
static VALUE
undumpable(VALUE obj)
{
    rb_raise(rb_eTypeError, "can't dump %"PRIsVALUE, rb_obj_class(obj));
    UNREACHABLE;
}
Register or log in to add new notes.