From 38d9aa3f4d7d8b053124e715cbf38191b33fc8e3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 8 Jun 2016 07:47:39 +0000 Subject: ext/stringio/README.md: update [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/stringio/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ext/stringio/README (limited to 'ext/stringio/README') diff --git a/ext/stringio/README b/ext/stringio/README deleted file mode 100644 index d03f37dfd3..0000000000 --- a/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 -- cgit v1.2.1