Flowdock
method

dlopen

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: DL
dlopen(*args) public

An interface to the dynamic linking loader

This is a shortcut to DL::Handle.new and takes the same arguments.

Example:

libc_so = "/lib64/libc.so.6"
=> "/lib64/libc.so.6"

libc = DL.dlopen(libc_so)
=> #<DL::Handle:0x00000000e05b00>
Show source
Register or log in to add new notes.