ruby/ext/stringio
2023-12-25 21:12:49 +09:00
..
depend
extconf.rb [ruby/stringio] Do not compile the C extension on TruffleRuby 2023-11-27 12:21:24 +00:00
README.md
stringio.c Revert "Rollback to released version numbers of stringio and strscan" 2023-12-25 21:12:49 +09:00
stringio.gemspec

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.