class UNIXServer
Public Class Methods
rubyqc()
click to toggle source
# File lib/rubyqc/stdlib/socket.rb, line 29 def self.rubyqc require 'tempfile' tmp = Tempfile.new('sock') path = tmp.path tmp.close! new(path) end