Module: FFI::Library

Instance Method Summary collapse

Instance Method Details

#attach_function_private(*args) ⇒ Object

Wrapper method for attach_function + private



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

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