Registry / utility / fusefs

fusefs

JSON →
library0.7.0rbrubygemsunverified

A Ruby library for creating FUSE filesystems.

gem install fusefs
INSTALL
IMPORT
SIG · FUSEFS
F
fusefs
utilityrubyv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FuseFS
require 'fusefs'

Creates a simple FUSE filesystem.

require 'fusefs' class MyFS < FuseFS::Fuse def contents(path) ['file.txt'] end end MyFS.mount_under('/mnt/myfs')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fusefs — gem install fusefs · libregistry