ruby-changes:43252
From: nobu <ko1@a...>
Date: Wed, 8 Jun 2016 16:47:45 +0900 (JST)
Subject: [ruby-changes:43252] nobu:r55326 (trunk): ext/stringio/README.md: update [ci skip]
nobu 2016-06-08 16:47:39 +0900 (Wed, 08 Jun 2016) New Revision: 55326 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55326 Log: ext/stringio/README.md: update [ci skip] Added files: trunk/ext/stringio/README.md Removed files: trunk/ext/stringio/README Index: ext/stringio/README =================================================================== --- ext/stringio/README (revision 55325) +++ ext/stringio/README (revision 55326) @@ -1,18 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/ext/stringio/README#L0 --*- 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 Index: ext/stringio/README.md =================================================================== --- ext/stringio/README.md (revision 0) +++ ext/stringio/README.md (revision 55326) @@ -0,0 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ext/stringio/README.md#L1 +# StringIO + +Pseudo `IO` class from/to `String`. + +This library is based on MoonWolf version written in Ruby. Thanks a lot. + +## Differences to `IO` + +* `fileno` raises `NotImplementedError`. +* encoding conversion is not implemented, and ignored silently. Property changes on: ext/stringio/README.md ___________________________________________________________________ Added: svn:eol-style + LF -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/