Flowdock
in_service?(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 102
  def GServer.in_service?(port, host = DEFAULT_HOST)
    @@services.has_key?(host) and
      @@services[host].has_key?(port)
  end
Register or log in to add new notes.