Method: FFI::Libfuse::FuseOperations.path_arg_methods
- Defined in:
- lib/ffi/libfuse/fuse_operations.rb
.path_arg_methods(fuse_callback) ⇒ Symbol
Helper to determine how to handle the path argument for a path callback
102 103 104 |
# File 'lib/ffi/libfuse/fuse_operations.rb', line 102 def path_arg_methods(fuse_callback) CALLBACK_PATH_ARG_METHODS[fuse_callback] end |