Module: FFI::Library

Instance Method Summary collapse

Instance Method Details

#attach_function_private(*args) ⇒ Object

Wrapper method for attach_function + private



16
17
18
19
# File 'lib/puppet/ffi/windows/api_types.rb', line 16

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