ruby/ext/stringio
Nobuyoshi Nakada ac152b3cac
Update dependencies
2021-11-21 16:21:18 +09:00
..
README.md ext/stringio/README.md: update [ci skip] 2016-06-08 07:47:39 +00:00
depend Update dependencies 2021-11-21 16:21:18 +09:00
extconf.rb [ruby/stringio] Added support for older versions 2019-08-14 11:20:58 +09:00
stringio.c [ruby/stringio] Bump up stringio version to 3.0.1 2021-10-21 20:53:53 +09:00
stringio.gemspec [ruby/stringio] Use Gemfile instead of Gem::Specification#add_development_dependency. 2021-03-08 10:12:57 +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.