in_service?(port, host = DEFAULT_HOST)
Class Public methods
Check if a server is running on the given port and host
- port
-
port, as a FixNum, of the server to check
-
host
-
host on which to find the server to check
Returns true if a server is running on that port and host.
Please login to continue.