method
accept
v1_8_7_72 -
Show latest stable
- Class:
DRb::DRbUNIXSocket
accept()public
No documentation available.
# File lib/drb/unix.rb, line 97
def accept
s = @socket.accept
self.class.new(nil, s, @config)
end accept()No documentation available.
# File lib/drb/unix.rb, line 97
def accept
s = @socket.accept
self.class.new(nil, s, @config)
end