new

UNIXServer.new(path) => unixserver
Class Public methods

Creates a new UNIX server socket bound to path.

serv = UNIXServer.new("/tmp/sock")
s = serv.accept
p s.read
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.