ruby/ext/stringio
Nobuyoshi Nakada 2e28b3678f [ruby/stringio] Fixed a typo
b249631c43 (commitcomment-34804150)

https://github.com/ruby/stringio/commit/998d6257fb
2019-08-23 20:52:53 +09:00
..
README.md
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb [ruby/stringio] Added support for older versions 2019-08-14 11:20:58 +09:00
stringio.c [ruby/stringio] Fixed a typo 2019-08-23 20:52:53 +09:00
stringio.gemspec Removed stub lines from gemspec files 2019-07-13 07:25:51 +09:00

README.md

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.