lib/ffi/libfuse.rb in ffi-libfuse-0.3.4 vs lib/ffi/libfuse.rb in ffi-libfuse-0.4.0
- old
+ new
@@ -9,10 +9,10 @@
require_relative 'devt'
module FFI
# Ruby FFI Binding for [libfuse](https://github.com/libfuse/libfuse)
module Libfuse
- # Filesystems can raise this error to indicate errors from filesystem users
+ # Filesystems can raise this error to indicate misconfiguration issues etc...
class Error < StandardError; end
# Opinionated default args for {.main}.
#
# Filesystems that want full control (eg to take advantage of multi-threaded operations) should call