summaryrefslogtreecommitdiff
path: root/ext/stringio
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
commitdc7f9c1f896977412c1cbca9bbdeca8dc7942c3d (patch)
treeeab946ce796e9cbd5a6fc47674526d011e4c133e /ext/stringio
parent19f7f6ea122df49a54c0fe40791feab1a53f6cd9 (diff)
Initial revision
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/stringio')
-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 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