LoadError
# File lib/ffi/library.rb, line 39 def initialize(function, *libraries) super("Function '#{function}' not found in [#{libraries[0].nil? ? 'current process' : libraries.join(", ")}]") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.