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-08-18 20:26:39 +09:00
..
depend sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +09:00
extconf.rb
README.md
stringio.c [ruby/stringio] Bump version to 0.1.3 2020-07-20 14:59:19 +09:00
stringio.gemspec Update the license for the default gems to dual licenses 2020-08-18 20:26:39 +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.