Module: FFI::Library

Instance Method Summary collapse

Instance Method Details

#attach_function_private(*args) ⇒ Object

Wrapper method for attach_function + private



14
15
16
17
# File 'lib/puppet/util/windows/api_types.rb', line 14

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