Module: Async::Socket::Connect

Included in:
Async::Socket
Defined in:
lib/async/socket.rb

Instance Method Summary collapse

Instance Method Details

#connect(*args) ⇒ Object



37
38
39
40
41
42
# File 'lib/async/socket.rb', line 37

def connect(*args)
  begin
    super
  rescue Errno::EISCONN
  end
end