Sha256: 519302e6178b449f6880a09a9f905959623962039195026dea1d68caccf9419f
Contents?: true
Size: 303 Bytes
Versions: 14
Compression:
Stored size: 303 Bytes
Contents
Connecting to a UNIX Socket: unix_connect('/tmp/haproxy.stats.socket') # => #<UNIXSocket:...> Or create a temporary UNIX Socket which will automatically be closed: unix_session('/tmp/haproxy.stats.socket') do |socket| socket.puts("command here") puts socket.readline end
Version data entries
14 entries across 14 versions & 1 rubygems