unixsocket.path => path
Instance Public methods
Returns the path of the local address of unixsocket.
1 2 | s = UNIXServer. new ( "/tmp/sock" ) p s.path #=> "/tmp/sock" |
Returns the path of the local address of unixsocket.
1 2 | s = UNIXServer. new ( "/tmp/sock" ) p s.path #=> "/tmp/sock" |
Designed by : w10schools
service@w10schools.com
Please login to continue.