1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/stringio
2019-07-10 01:21:05 +09:00
..
depend Removed moving toplevel header since r12501 2019-02-08 02:46:22 +00:00
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
README.md ext/stringio/README.md: update [ci skip] 2016-06-08 07:47:39 +00:00
stringio.c Added StringIO::VERSION 2019-07-10 01:21:05 +09:00
stringio.gemspec Added StringIO::VERSION 2019-07-10 01:21:05 +09:00

StringIO

Pseudo IO class from/to String.

This library is based on MoonWolf version written in Ruby. Thanks a lot.

Differences to IO

  • fileno raises NotImplementedError.
  • encoding conversion is not implemented, and ignored silently.