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-04-08 13:28:13 +09:00
..
depend Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
extconf.rb
README.md
stringio.c [ruby/stringio] Bump version to 0.1.1 2020-03-15 22:13:23 +09:00
stringio.gemspec [ruby/stringio] RbConfig::LIMITS only provide after Ruby 2.5 2019-11-30 15:38:21 +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.