Flowdock
stop(port, host = DEFAULT_HOST) public

No documentation

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

Hide source
# File lib/gserver.rb, line 96
  def GServer.stop(port, host = DEFAULT_HOST)
    @@servicesMutex.synchronize {
      @@services[host][port].stop
    }
  end
Register or log in to add new notes.