ruby/ext/stringio
Nobuyoshi Nakada 89d9547800 [ruby/stringio] Revert "bump up to 3.0.6" [ci skip]
This reverts commit 325933500b.
It is bumped to 3.0.5 in advance but not released yet.

af67c36693
2023-02-02 12:44:53 +00:00
..
depend [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
extconf.rb [ruby/stringio] Added support for older versions 2019-08-14 11:20:58 +09:00
README.md ext/stringio/README.md: update [ci skip] 2016-06-08 07:47:39 +00:00
stringio.c [ruby/stringio] Revert "bump up to 3.0.6" [ci skip] 2023-02-02 12:44:53 +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.