# File lib/god/socket.rb, line 41
    def initialize(port = nil)
      @port = port
      start
    end