ruby/ext/stringio
2023-04-14 06:38:51 +00:00
..
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb [ruby/stringio] Added support for older versions 2019-08-14 11:20:58 +09:00
README.md
stringio.c [ruby/stringio] Development of 3.0.7 started. 2023-04-14 06:38:51 +00:00
stringio.gemspec Merge JRuby implementation for stringio and io-wait 2022-05-20 18:45:14 +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.