lib/robot-controller.rb in robot-controller-1.0.2 vs lib/robot-controller.rb in robot-controller-2.0.beta1
- old
+ new
@@ -1,11 +1,12 @@
# Monitors and controls running workflow robots off of priority queues and within a cluster.
-
module RobotController
# e.g., `1.2.3`
VERSION = File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).strip
def self.bluepill_config
File.join(File.dirname(__FILE__), 'robot-controller', 'bluepill.rb')
end
-end
\ No newline at end of file
+ autoload :Verify, 'robot-controller/verify'
+ autoload :Parser, 'robot-controller/robots'
+end