hubtee/ice_sphere

View on GitHub
lib/ice_sphere/strategy.rb

Summary

Maintainability
A
0 mins
Test Coverage
module IceSphere
  module Strategy
    autoload :Uniform, 'ice_sphere/strategy/uniform'
    autoload :Daily, 'ice_sphere/strategy/daily'
  end
end