# File lib/pry-remote-em/client/proxy.rb, line 11 def connection_completed if get_peername port, ip = Socket.unpack_sockaddr_in(get_peername) log.info("[pry-remote-em] proxy connected to pryem://#{ip}:#{port}/") else log.info("[pry-remote-em] proxy connected") end @client.proxy_incoming_to(self) proxy_incoming_to(@client) end
Generated with the Darkfish Rdoc Generator 2.