module GTHC::Olson
Public Class Methods
Person()
click to toggle source
# File lib/gthc/olson.rb, line 14 def self.Person Person end
Slot()
click to toggle source
# File lib/gthc/olson.rb, line 18 def self.Slot Slot end
driver(peopleList, scheduleGrid)
click to toggle source
# File lib/gthc/olson.rb, line 9 def self.driver(peopleList, scheduleGrid) # Algorithm schedule(peopleList, scheduleGrid) end