# File lib/capistrano/configuration/connections.rb, line 92 def has_failed?(server) Thread.current[:failed_sessions].include?(server) end