Libraries
»
dtas
(0.15.0)
»
Index
»
DTAS
»
UNIXServer
»
#close
Method: DTAS::UNIXServer#close
Defined in:
lib/dtas/unix_server.rb
#
close
⇒
Object
20 21 22 23
# File 'lib/dtas/unix_server.rb', line 20
def
close
File
.
unlink
(
@path
)
@to_io
.
close
end