mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
(https://github.com/ruby/stringio/pull/65) https://github.com/ruby/stringio/commit/e3ea087d04
StringIO
Pseudo IO class from/to String.
This library is based on MoonWolf version written in Ruby. Thanks a lot.
Differences to IO
filenoraisesNotImplementedError.- encoding conversion is not implemented, and ignored silently.