Flowdock
accept() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/unix.rb, line 97
    def accept
      s = @socket.accept
      self.class.new(nil, s, @config)
    end
Register or log in to add new notes.