Method: God::Socket#socket
- Defined in:
- lib/god/socket.rb
#socket ⇒ Object
The address of the socket for this Server
Returns String (drb address)
35 36 37 |
# File 'lib/god/socket.rb', line 35 def socket self.class.socket(@port) end |