diff options
Diffstat (limited to 'trunk/ext/stringio/README')
-rw-r--r-- | trunk/ext/stringio/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/trunk/ext/stringio/README b/trunk/ext/stringio/README deleted file mode 100644 index 10dd237de8..0000000000 --- a/trunk/ext/stringio/README +++ /dev/null @@ -1,18 +0,0 @@ --*- rd -*- -$Author$ - -=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 |