Module: Mycel::Transport::Mixin::Client

Included in:
Client, Servant
Defined in:
lib/mycel.rb

Instance Method Summary collapse

Instance Method Details

#connect_toObject



213
214
215
# File 'lib/mycel.rb', line 213

def connect_to(...)
  TCPSocket.new(...)
end