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 24
    def stop_service
      @invoker.unregist(@name)
      server = @server
      @server = nil
      server.stop_service
      true
    end
Register or log in to add new notes.