Registry / utility / box
library0.1.1rbrubygemsunverified

A dead simple inline filesystem for your Ruby scripts, allowing file-like operations in memory.

gem install box
INSTALL
IMPORT
SIG · BOX
B
box
utilityrubyv0.1.1
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.

Box
✓ require 'box'

Create and write to an inline file using Box

require 'box' Box.open('example.txt', 'w') { |f| f.write('Hello') }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
box — gem install box · libregistry