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-04-13 14:30:21 +09:00
..
depend dependency updates 2021-04-13 14:30:21 +09:00
extconf.rb [ruby/stringio] Added support for older versions 2019-08-14 11:20:58 +09:00
README.md
stringio.c [ruby/stringio] Check if closed in loop 2021-03-08 10:13:29 +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.