mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
(https://github.com/ruby/stringio/pull/174) Method #seek deserves (and will get) documentation independent of that in class IO. Meanwhile, the link should go someplace sensible and useful. https://github.com/ruby/stringio/commit/d026549719
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.