ruby-changes:40149
From: normal <ko1@a...>
Date: Fri, 23 Oct 2015 05:36:34 +0900 (JST)
Subject: [ruby-changes:40149] normal:r52230 (trunk): NEWS: fix typo [ci skip]
normal 2015-10-23 05:36:08 +0900 (Fri, 23 Oct 2015) New Revision: 52230 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52230 Log: NEWS: fix typo [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 52229) +++ NEWS (revision 52230) @@ -129,7 +129,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L129 * Socket#connect_nonblock, Socket#accept_nonblock, TCPServer#accept_nonblock, UNIXServer#accept_nonblock, BasicSocket#recv_nonblock, BasicSocket#recvmsg_nonblock, - BasicSocket#sendmsg_nonblock all support `exception :false` to return + BasicSocket#sendmsg_nonblock all support `exception: false` to return :wait_readable or :wait_writable symbols instead of raising IO::WaitReadable or IO::WaitWritable exceptions * BasicSocket#recv and BasicSocket#recv_nonblock allow an output -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/