From 46fd43f47d0c9ce798c9249cbfef2e6ec253b467 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Fri, 17 Aug 2007 00:11:09 +0000 Subject: [PATCH] changed name of defeats_list to victories_and_ties git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@43 1440c7f4-e209-0410-9a04-881b5eb134a8 --- lib/rubyvote/condorcet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubyvote/condorcet.rb b/lib/rubyvote/condorcet.rb index 2c5e03a..f86e59d 100644 --- a/lib/rubyvote/condorcet.rb +++ b/lib/rubyvote/condorcet.rb @@ -154,7 +154,7 @@ class CondorcetResult < ElectionResult @matrix = voteobj.votes end - def list_defeats + def victories_and_ties victors = Array.new ties = Array.new candidates = @matrix.keys.sort -- 2.30.2