Libraries
»
cod
(0.6.0)
»
Index
»
Cod
»
TcpClient
»
Connection
»
#close
Method: Cod::TcpClient::Connection#close
Defined in:
lib/cod/tcp_client.rb
#
close
⇒
Object
271 272 273
# File 'lib/cod/tcp_client.rb', line 271
def
close
@owner
.
request_close
(
socket
)
end