ruby/ext/stringio
Sutou Kouhei def416899d [ruby/stringio] Development of 3.1.1 started.
https://github.com/ruby/stringio/commit/75da93d48f
2023-11-28 01:38:41 +00:00
..
README.md ext/stringio/README.md: update [ci skip] 2016-06-08 07:47:39 +00:00
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb [ruby/stringio] Do not compile the C extension on TruffleRuby 2023-11-27 12:21:24 +00:00
stringio.c [ruby/stringio] Development of 3.1.1 started. 2023-11-28 01:38:41 +00:00
stringio.gemspec [ruby/stringio] Make STRINGIO_VERSION uniform 2023-11-04 19:28:49 +09:00

README.md

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.