X-Git-Url: https://projects.mako.cc/source/rubyvote/blobdiff_plain/aedf5193ed2a020c02fac7932198eb556bfb4b0a..2d1cdf944a266ee1dbc49e8c8aabe9220d20a023:/lib/rubyvote/condorcet.rb diff --git a/lib/rubyvote/condorcet.rb b/lib/rubyvote/condorcet.rb index 85cb897..d0210ef 100644 --- a/lib/rubyvote/condorcet.rb +++ b/lib/rubyvote/condorcet.rb @@ -1,10 +1,6 @@ # election library -- a ruby library for elections # copyright © 2005 MIT Media Lab and Benjamin Mako Hill -require 'rubygems' -require 'ruby-debug' -Debugger.start - # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or