summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-19 13:16:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-19 13:16:23 +0000
commit7f3f4fae83eba4a6bd3333626918e7b97ee59647 (patch)
treeeab946ce796e9cbd5a6fc47674526d011e4c133e /ext
parenta2cc7c61fecac765862be3d7e37dfb6d67778f19 (diff)
downloadruby-7f3f4fae83eba4a6bd3333626918e7b97ee59647.tar.gz
ruby-7f3f4fae83eba4a6bd3333626918e7b97ee59647.tar.xz
ruby-7f3f4fae83eba4a6bd3333626918e7b97ee59647.zip
Initial revision
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/stringio/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/stringio/README b/ext/stringio/README
new file mode 100644
index 000000000..c4031f7e9
--- /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