From 38d9aa3f4d7d8b053124e715cbf38191b33fc8e3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 8 Jun 2016 07:47:39 +0000 Subject: ext/stringio/README.md: update [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/stringio/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/stringio/README.md (limited to 'ext/stringio/README.md') 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. -- cgit v1.2.3