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

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

Instance Method Summary collapse

Instance Method Details

#connect_toObject



177
178
179
# File 'lib/mycel.rb', line 177

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