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
2021-10-05 14:18:23 +09:00
..
depend ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
extconf.rb
README.md
stringio.c [ruby/stringio] Suppress a sign-compare warning 2021-07-08 16:43:22 +09:00
stringio.gemspec [ruby/stringio] Use Gemfile instead of Gem::Specification#add_development_dependency. 2021-03-08 10:12:57 +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.