wildfalcon / skating-system

A ruby implementation of the skating system used in dance competitions

This URL has Read+Write access

skating-system / lib / skating_system.rb
100644 7 lines (5 sloc) 0.136 kb
1
2
3
4
5
6
7
require 'skating_system/performance_results'
require 'skating_system/ranking'
require 'skating_system/scorer'
 
module SkatingSystem
end