Object
![show/hide quicksearch [+]](../../images/find.png)
    # File lib/msgpack/rpc/transport/udp.rb, line 63
63:         def initialize(session, address)
64:                 io = UDPSocket.new
65:                 io.connect(*address)
66: 
67:                 begin
68:                         @sock = ClientSocket.new(io, session)
69:                 rescue
70:                         io.close
71:                         raise
72:                 end
73: 
74:                 begin
75:                         session.loop.attach(@sock)
76:                 rescue
77:                         @sock.close
78:                         raise
79:                 end
80:         end
					Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.