Flowdock
stop_service() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/extserv.rb, line 30
    def stop_service
      synchronize do
        @invoker.unregist(@name)
        server = @server
        @server = nil
        server.stop_service
        true
      end
    end
Register or log in to add new notes.