summaryrefslogtreecommitdiff
path: root/ext/socket/lib/socket.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-30 17:20:38 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-30 17:20:38 +0900
commitc8bfbbc25e4bc7c3ff59fae40471923a2793ba48 (patch)
tree458461d55dcbd74d121b01c6da0da16d93f467e0 /ext/socket/lib/socket.rb
parentd0c0d7fa5b2725dfcc98eac3348527a2924a9120 (diff)
Removed documentation for incomplete option about [Feature #17134]
Diffstat (limited to 'ext/socket/lib/socket.rb')
-rw-r--r--ext/socket/lib/socket.rb1
1 files changed, 0 insertions, 1 deletions
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.