Flowdock
method

find_library

Importance_1
v1_9_2_180 - Show latest stable - 0 notes - Class: Object
find_library(lib, func, *paths, &b) public

Returns whether or not the entry point func can be found within the library lib in one of the paths specified, where paths is an array of strings. If func is nil , then the main() function is used as the entry point.

If lib is found, then the path it was found on is added to the list of library paths searched and linked against.

Show source
Register or log in to add new notes.