We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a415bc commit b856806Copy full SHA for b856806
1 file changed
lib/net/ldap/connection.rb
@@ -595,9 +595,8 @@ def delete(args)
595
pdu
596
end
597
598
- private
599
-
600
- # Returns a Socket like object used internally to communicate with LDAP server
+ # Internal: Returns a Socket like object used internally to communicate with
+ # LDAP server.
601
#
602
# Typically a TCPSocket, but can be a OpenSSL::SSL::SSLSocket
603
def socket
0 commit comments