# frozen_string_literal: true module FFI # Ruby FFI Binding for [libfuse](https://github.com/libfuse/libfuse) module Libfuse VERSION = '0.3.4' end end