summaryrefslogtreecommitdiff
path: root/ext/stringio/README.md
blob: 94532ed688c0619e943156f4f7dc039feff7d0ed (plain)
1
2
3
4
5
6
7
8
9
10
# 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.