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

ruby-changes:48234

From: nobu <ko1@a...>
Date: Sun, 22 Oct 2017 15:01:12 +0900 (JST)
Subject: [ruby-changes:48234] nobu:r60349 (trunk): Add missing `buf` parameter to `recv_nonblock` doc [ci skip]

nobu	2017-10-22 15:01:07 +0900 (Sun, 22 Oct 2017)

  New Revision: 60349

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60349

  Log:
    Add missing `buf` parameter to `recv_nonblock` doc [ci skip]
    
    [Fix GH-1725]
    From: yuuji.yaginuma <yuuji.yaginuma@g...>

  Modified files:
    trunk/ext/socket/lib/socket.rb
Index: ext/socket/lib/socket.rb
===================================================================
--- ext/socket/lib/socket.rb	(revision 60348)
+++ ext/socket/lib/socket.rb	(revision 60349)
@@ -336,6 +336,7 @@ class BasicSocket < IO https://github.com/ruby/ruby/blob/trunk/ext/socket/lib/socket.rb#L336
   # === Parameters
   # * +maxlen+ - the number of bytes to receive from the socket
   # * +flags+ - zero or more of the +MSG_+ options
+  # * +buf+ - destination String buffer
   # * +options+ - keyword hash, supporting `exception: false`
   #
   # === Example

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

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