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
2015-06-10 00:35:56
Comments
Leave a Comment

Please login to continue.