[ruby-cvs:63664] rhe:r56499 (trunk): socket: fix rdoc of UDPSocket#recvfrom_nonblock
rhe at ruby-lang.org
rhe at ruby-lang.org
Thu Oct 27 14:58:35 JST 2016
rhe 2016-10-27 14:58:35 +0900 (Thu, 27 Oct 2016)
New Revision: 56499
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56499
Log:
socket: fix rdoc of UDPSocket#recvfrom_nonblock
* ext/socket/lib/socket.rb (UDPSocket#recvfrom_nonblock): [DOC] Remove
a false statement "If _maxlen_ is omitted, its default value is
65536." maxlen, the first parameter, cannot be omitted as the method
signature indicates. This hasn't changed ever since it was first
implemented.
Modified files:
trunk/ChangeLog
trunk/ext/socket/lib/socket.rb
More information about the ruby-cvs
mailing list