142 143 144
# File 'lib/tdd_deploy/run_methods.rb', line 142 def ping_host host Net::Ping::External.new(host).ping? end