stop_service()
Stop the local dRuby server.
This operates on the primary server. If there is no primary server currently running, it is a noop.
# File lib/drb/drb.rb, line 1742 def stop_service @primary_server.stop_service if @primary_server @primary_server = nil end