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.
2 parents 9eb2061 + 945bbcb commit c5a4793Copy full SHA for c5a4793
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