Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / lib / rubyvote.rb
1 # Extra full path added to fix some require errors on some installations.
2
3 require File.dirname(__FILE__) + '/rubyvote/election'
4 require File.dirname(__FILE__) + '/rubyvote/condorcet'
5 require File.dirname(__FILE__) + '/rubyvote/positional'
6 require File.dirname(__FILE__) + '/rubyvote/runoff'
7 require File.dirname(__FILE__) + '/rubyvote/range'
8

Benjamin Mako Hill || Want to submit a patch?