In Files

Methods

FFI::NotFoundError

Public Class Methods

new(function, *libraries) click to toggle source
    # File lib/ffi/ffi.rb, line 36
36:     def initialize(function, *libraries)
37:       super("Function '#{function}' not found in [#{libraries[0].nil? ? 'current process' : libraries.join(", ")}]")
38:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.