From dc7f9c1f896977412c1cbca9bbdeca8dc7942c3d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Feb 2002 13:16:23 +0000 Subject: Initial revision git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/stringio/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/stringio/README diff --git a/ext/stringio/README b/ext/stringio/README new file mode 100644 index 0000000000..c4031f7e97 --- /dev/null +++ b/ext/stringio/README @@ -0,0 +1,19 @@ +-*- rd -*- +$Author$ +$Date$ + +=begin + += StringIO +Pseudo (({IO})) class from/to (({String})). + +This library is based on MoonWolf version written in Ruby. Thanks a lot. + += Differences to (({IO})) + +* not implemented: (({fcntl})), (({reopen})). +* (({fileno})) returns nil. +* (({pos=})) returns new position, not 0. +* (({ungetc})) does nothing at start of the string. + +=end -- cgit v1.2.3