We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25b881 commit 945bbcbCopy full SHA for 945bbcb
lib/net/ldap/connection.rb
@@ -710,7 +710,7 @@ def socket
710
# Wrap around Socket.tcp to normalize with other Socket initializers
711
class DefaultSocket
712
def self.new(host, port, socket_opts = {})
713
- Socket.tcp(host, port, socket_opts)
+ Socket.tcp(host, port, **socket_opts)
714
end
715
716
end # class Connection
0 commit comments