Module: Kernel
- Defined in:
- lib/xchan.rb
Instance Method Summary collapse
-
#xchan(s) ⇒ Chan::UNIXSocket
Returns an instance of Chan::UNIXSocket.
Instance Method Details
#xchan(s) ⇒ Chan::UNIXSocket
Returns an instance of Chan::UNIXSocket
73 74 75 |
# File 'lib/xchan.rb', line 73 def xchan(s, ...) Chan::UNIXSocket.new(s, ...) end |