X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/560828ebdd364de4ca09d61764f19215a9e29e59..fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0:/lib/rubyvote/condorcet.rb diff --git a/lib/rubyvote/condorcet.rb b/lib/rubyvote/condorcet.rb old mode 100644 new mode 100755 index 616de48..95663d4 --- a/lib/rubyvote/condorcet.rb +++ b/lib/rubyvote/condorcet.rb @@ -142,7 +142,7 @@ class PureCondorcetResult < CondorcetResult victors[candidate].length == @election.candidates.length - 1 end - @winners << winners if winners.length == 1 + @winners = winners if winners.length == 1 end end