Module: NetworkFacade::TCP
- Defined in:
- lib/network-facade/tcp.rb
Defined Under Namespace
Constant Summary collapse
- PORT =
5042
Class Method Summary collapse
Class Method Details
.Client(uri = nil) ⇒ Object
7 8 9 10 |
# File 'lib/network-facade/tcp.rb', line 7 def self.Client(uri = nil) Client.uri = uri Client end |