dlopen

DL.dlopen(so_lib)
Class Public methods

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>
doc_ruby_on_rails
2015-04-03 22:40:59
Comments
Leave a Comment

Please login to continue.