Flowdock
method

marshal_dump

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Queue
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_RETURN(Qnil);
}
Register or log in to add new notes.