# File lib/serverspec/type/host.rb, line 7 def reachable?(port, proto, timeout) @runner.check_host_is_reachable(@name, port, proto, timeout) end