Flowdock
unregist(name) public

No documentation

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

Hide source
# File lib/drb/extservm.rb, line 55
    def unregist(name)
      synchronize do
        @servers.delete(name)
      end
    end
Register or log in to add new notes.