Refactor to remove global variables

This commit is contained in:
Dzmitry Plashchynski
2015-03-03 19:33:56 +02:00
parent 4c59804472
commit cbc33324cc
9 changed files with 33 additions and 50 deletions

View File

@@ -3,7 +3,6 @@ end
require "active_support/all"
require "crono/version.rb"
require "crono/logger.rb"
require "crono/period.rb"
require "crono/schedule.rb"
require "crono/config.rb"