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