module Sys::Filesystem::Functions::FFI::Library

Make FFI functions private

Public Instance Methods

attach_pfunc(*args) click to toggle source
# File lib/sys/windows/sys/filesystem/functions.rb, line 11
def attach_pfunc(*args)
  attach_function(*args)
  private args[0]
end