X-Git-Url: https://projects.mako.cc/source/rubyvote/blobdiff_plain/74e5c5f3c50a36d8d8589c243395b9158977f4db:/lib/condorcet.rb..0ef8f53fb812bcc40337a92f9c4d11ab193f73a9:/lib/rubyvote/condorcet.rb diff --git a/lib/condorcet.rb b/lib/rubyvote/condorcet.rb similarity index 99% rename from lib/condorcet.rb rename to lib/rubyvote/condorcet.rb index 9733989..b3bdcd6 100644 --- a/lib/condorcet.rb +++ b/lib/rubyvote/condorcet.rb @@ -31,8 +31,6 @@ ## The CondorcetVote class is subclassed by the PureCondorcetVote and ## the CloneproofSSDVote classes but should not be used directly. -require 'election' - class CondorcetVote < ElectionVote def tally_vote(vote=nil)