Skip to content

Commit b856806

Browse files
committed
#socket internal for easier testing
1 parent 4a415bc commit b856806

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/net/ldap/connection.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,8 @@ def delete(args)
595595
pdu
596596
end
597597

598-
private
599-
600-
# Returns a Socket like object used internally to communicate with LDAP server
598+
# Internal: Returns a Socket like object used internally to communicate with
599+
# LDAP server.
601600
#
602601
# Typically a TCPSocket, but can be a OpenSSL::SSL::SSLSocket
603602
def socket

0 commit comments

Comments
 (0)