summaryrefslogtreecommitdiff
path: root/ext/stringio/README.md
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-08 07:47:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-08 07:47:39 +0000
commit38d9aa3f4d7d8b053124e715cbf38191b33fc8e3 (patch)
tree435ddee22035cc022582ea149d4e26605216ca5d /ext/stringio/README.md
parent545d521cc8582dc1804f9f6ff0b75971be736657 (diff)
ext/stringio/README.md: update [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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.