Method: God::Socket#stop

Defined in:
lib/god/socket.rb

#stopObject

Stop the DRb server and delete the socket file

Returns nothing



64
65
66
67
# File 'lib/god/socket.rb', line 64

def stop
  DRb.stop_service
  FileUtils.rm_f(self.socket_file)
end