The God::Server oversees the DRb server which dishes out info on this God daemon.
Create a new Server and star the DRb server
+port+ is the port on which to start the DRb service (default nil)
The address of the socket for a given port
+port+ is the port number
Returns String (drb address)
The location of the socket for a given port
Returns String (file location)
Forward API calls to God
Returns whatever the forwarded call returns
Returns true
The address of the socket for this Server
The location of the socket for this Server
Stop the DRb server and delete the socket file
Returns nothing
[Validate]