stop_service()
private
Stop the local dRuby server.
This operates on the primary server. If there is no primary server
currently running, it is a noop.
Show source
def stop_service
@primary_server.stop_service if @primary_server
@primary_server = nil
end