Class: UNIXServer
- Inherits:
-
Object
- Object
- UNIXServer
- Defined in:
- lib/rubyqc/stdlib/socket.rb
Class Method Summary collapse
Class Method Details
.rubyqc ⇒ Object
29 30 31 32 33 34 35 |
# 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 |