| Class | Weave::Library |
| In: |
lib/weave.rb
|
| Parent: | Object |
| file_name | [RW] | |
| hdl | [RW] |
create new library, load with dlopen, try my very best to find it if it‘s not where the caller thinks it is. Parameter name is the filename of the library to load
close the handle to the dynamic library. If you do this and are still using functions from this library, calls to it will break everything (obviously?) More or less a wrapper around `dlclose`
retrieve a symbol (address of a code or data location) from the library. The only symbols worth retrieve here are those conforming to ruby‘s native api signature…