Module: FFI::Library
- Included in:
- Sys::Filesystem::Functions
- Defined in:
- lib/sys/windows/sys/filesystem/functions.rb
Overview
Make FFI functions private
Instance Method Summary collapse
Instance Method Details
#attach_pfunc(*args) ⇒ Object
12 13 14 15 |
# File 'lib/sys/windows/sys/filesystem/functions.rb', line 12 def attach_pfunc(*args) attach_function(*args) private args[0] end |