From c8bfbbc25e4bc7c3ff59fae40471923a2793ba48 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 30 Nov 2022 17:20:38 +0900 Subject: Removed documentation for incomplete option about [Feature #17134] --- ext/socket/lib/socket.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/lib/socket.rb b/ext/socket/lib/socket.rb index c96e48e8f0..6196638bd2 100644 --- a/ext/socket/lib/socket.rb +++ b/ext/socket/lib/socket.rb @@ -606,7 +606,6 @@ class Socket < BasicSocket # _opts_ may have following options: # # [:connect_timeout] specify the timeout in seconds. - # [:resolv_timeout] specify the name resolution timeout in seconds. # # If a block is given, the block is called with the socket. # The value of the block is returned. -- cgit v1.2.1