Object
Wrap around Socket.tcp to normalize with other Socket initializers
# File lib/net/ldap/connection.rb, line 708 def self.new(host, port, socket_opts = {}) Socket.tcp(host, port, socket_opts) end