UNIXSocket.new(path) => unixsocket
Class Public methods
Creates a new UNIX client socket connected to path.
1 2 | s = UNIXSocket. new ( "/tmp/sock" ) s.send "hello" , 0 |
Creates a new UNIX client socket connected to path.
1 2 | s = UNIXSocket. new ( "/tmp/sock" ) s.send "hello" , 0 |
Designed by : w10schools
service@w10schools.com
Please login to continue.