summaryrefslogtreecommitdiff
path: root/ext/stringio/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ext/stringio/README.md')
-rw-r--r--ext/stringio/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/stringio/README.md b/ext/stringio/README.md
new file mode 100644
index 0000000000..94532ed688
--- /dev/null
+++ b/ext/stringio/README.md
@@ -0,0 +1,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.