Added list of changes submitted by Jeff Rose <jeff@rosejn.net>.
[rubyvote] / lib / rubyvote / runoff.rb
similarity index 99%
rename from lib/runoff.rb
rename to lib/rubyvote/runoff.rb
index f9edc5e1f96e88e841ad89f43e1b677d50b0302a..8a69a4efc27264b96860f9c9ee8ccc48c453fc56 100644 (file)
@@ -1,5 +1,3 @@
-require 'election'
-
 class InstantRunoffVote < ElectionVote
   def initialize(votes=nil)
     @candidates = Array.new

Benjamin Mako Hill || Want to submit a patch?