summaryrefslogtreecommitdiff
path: root/ruby_2_2/ext/stringio/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/ext/stringio/README')
-rw-r--r--ruby_2_2/ext/stringio/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/ruby_2_2/ext/stringio/README b/ruby_2_2/ext/stringio/README
deleted file mode 100644
index d03f37dfd3..0000000000
--- a/ruby_2_2/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