ruby/ext/stringio
Burdette Lamar 9e8a661f3b [ruby/stringio] [DOC] Fix #seek link
(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
2025-11-15 13:50:58 +00:00
..

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.