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
2020-07-20 14:59:19 +09:00
..
depend sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09: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] Bump version to 0.1.3 2020-07-20 14:59:19 +09:00
stringio.gemspec Removed nonsense rubygems_version in input gemspec files 2020-06-25 15:44:56 +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.