mirror of
https://github.com/ruby/ruby.git
synced 2026-08-07 19:38:39 +08:00
Fix https://hackerone.com/reports/3716987 https://github.com/ruby/stringio/commit/4ed1d6b7cf
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.