Registry / utility / stringio

stringio

JSON →
library3.2.0rbrubygemsunverified

Pseudo IO class that wraps a String for input/output operations.

gem install stringio
INSTALL
IMPORT
SIG · STRINGIO
S
stringio
utilityrubyv3.2.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.

StringIO
require 'stringio'

Creates a StringIO object and reads from it

require 'stringio' io = StringIO.new('hello') io.read
Debug
Known issues
gotchaStringIO is not fully compatible with all IO methods
fix
Check documentation for supported methods before using
affects: >= 3.0.0
Upgrade
Version history
3.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
stringio — gem install stringio · libregistry