Flowdock
method

dlopen

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: DL
dlopen(*args) public

No documentation

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

Hide source
VALUE
rb_dl_dlopen(int argc, VALUE argv[], VALUE self)
{
    return rb_class_new_instance(argc, argv, rb_cDLHandle);
}
Register or log in to add new notes.