basicsocket.close_read => nil
Instance Public methods
Disallows further read using shutdown system call.
1 2 3 | s1, s2 = UNIXSocket.pair s1.close_read s2.puts #=> Broken pipe (Errno::EPIPE) |
Disallows further read using shutdown system call.
1 2 3 | s1, s2 = UNIXSocket.pair s1.close_read s2.puts #=> Broken pipe (Errno::EPIPE) |
Designed by : w10schools
service@w10schools.com
Please login to continue.