Ruby Ping Functions
EditRocket provides the following information on Ping functions in the Ruby source code builder.
pingecho(host, timeout=5, service="echo") - Return true if we can open a connection to the hostname or IP address host on port service (which defaults to the "echo" port) waiting up to timeout seconds.