Module: FFI::Library

Included in:
Process::Functions
Defined in:
lib/mixlib/shellout/windows/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#attach_pfunc(*args) ⇒ Object

Wrapper method for attach_function + private



33
34
35
36
# File 'lib/mixlib/shellout/windows/core_ext.rb', line 33

def attach_pfunc(*args)
  attach_function(*args)
  private args[0]
end