method
accept
ruby 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