new(lib = nil, flags = Fiddle::RTLD_LAZY | Fiddle::RTLD_GLOBAL)
Class Public methods
Create a new handler that opens library named lib
with
flags
. If no library is specified, RTLD_DEFAULT is used.
Create a new handler that opens library named lib
with
flags
. If no library is specified, RTLD_DEFAULT is used.
Please login to continue.