{'enemy?' => 'attack', 'captive?' => 'rescue' }.each { |test, response| self.send(response) and break if warrior.feel.send(test) }