9 10 11
# File 'lib/em-ftpd/active_socket.rb', line 9 def self.open(host, port) EventMachine.connect(host, port, self) end