X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/924aa1ff433ac4ccd2db5851e91038088be00a09..0f9de7a83f46b302d82dbeb66def7f12ae15077a:/lib/rubyvote/election.rb diff --git a/lib/rubyvote/election.rb b/lib/rubyvote/election.rb index efb8dd8..5a58243 100644 --- a/lib/rubyvote/election.rb +++ b/lib/rubyvote/election.rb @@ -45,7 +45,7 @@ class ElectionVote if self.verify_vote(vote) self.tally_vote(vote) else - raise InvalidVoteError.new ("Invalid vote object", vote) + raise InvalidVoteError.new("Invalid vote object", vote) end end else @@ -152,7 +152,7 @@ class PluralityResult < ElectionResult b[1] <=> a[1] end.collect {|a| a[0]} - @points = self.election.votes + @points = @election.votes # winners are anyone who has the same number of votes as the # first person