module FFI::Library
Public Instance Methods
attach_function_private(*args)
click to toggle source
Wrapper method for attach_function + private
# File lib/puppet/ffi/windows/api_types.rb 15 def attach_function_private(*args) 16 attach_function(*args) 17 private args[0] 18 end