= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
makeport()
Constructs a TCPServer socket
# File lib/net/ftp.rb, line 381 def makeport # :nodoc: TCPServer.open(@sock.addr[3], 0) end