Method: God::Socket#socket_file

Defined in:
lib/god/socket.rb

#socket_fileObject

The location of the socket for this Server

Returns String (file location)



28
29
30
# File 'lib/god/socket.rb', line 28

def socket_file
  self.class.socket_file(@port)
end