# File lib/rev/socket.rb, line 22 22: def attach(evloop) 23: raise RuntimeError, "connection failed" if @failed 24: 25: if @connector 26: @connector.attach(evloop) 27: return self 28: end 29: 30: super 31: end