I am trying to create a socket in Ruby using
require "socket" w = UNIXSocket.new("socket")
and I continue to work in
No such file or directory - socket (Errno::ENOENT)
This looks completely back to me because new() should create this missing file. What am I missing?
ruby unix sockets
Vlad the Impala
source share