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



39
40
41
42
# File 'lib/mixlib/shellout/windows/core_ext.rb', line 39

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