Flowdock
method

dlunwrap

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: DL
dlunwrap(p1) public

No documentation

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

Hide source
VALUE
rb_dl_ptr2value(VALUE self, VALUE addr)
{
    rb_secure(4);
    return (VALUE)NUM2PTR(addr);
}
Register or log in to add new notes.