Method: FFI::Libfuse::FuseOperations#destroy

Defined in:
lib/ffi/libfuse/fuse_operations.rb

#destroy(obj) ⇒ Object

This method is abstract.

Clean up filesystem. Called on filesystem exit.

Parameters:

  • obj (Object)
    • the object passed from #init.


# File 'lib/ffi/libfuse/fuse_operations.rb', line 554