lib/ffi/libfuse/adapter/pathname.rb in ffi-libfuse-0.4.0 vs lib/ffi/libfuse/adapter/pathname.rb in ffi-libfuse-0.4.1
- old
+ new
@@ -13,10 +13,10 @@
wrapper: proc { |_fuse_method, path, *args, &b| b.call(::Pathname.new(path), *args) },
excludes: %i[init destroy]
}
return wrappers unless defined?(super)
- super(*wrappers)
+ super
end
end
end
end
end