[前][次][番号順一覧][スレッド一覧]

ruby-changes:30617

From: tenderlove <ko1@a...>
Date: Tue, 27 Aug 2013 07:50:26 +0900 (JST)
Subject: [ruby-changes:30617] tenderlove:r42696 (trunk): update NEWS for read / write nonblock

tenderlove	2013-08-27 07:50:23 +0900 (Tue, 27 Aug 2013)

  New Revision: 42696

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42696

  Log:
    update NEWS for read / write nonblock

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 42695)
+++ NEWS	(revision 42696)
@@ -40,6 +40,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L40
   * extended methods:
     * IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
     * IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
+    * IO#read_nonblock accepts optional `exception: false` to return symbols
+    * IO#write_nonblock accepts optional `exception: false` to return symbols
 
 * Kernel
   * New methods:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]