lib/rbatch.rb in rbatch-2.6.0 vs lib/rbatch.rb in rbatch-2.6.1
- old
+ new
@@ -9,9 +9,10 @@
module_function
# @private
def init
@@ctrl = RBatch::Controller.new
+ @@ctrl.load_lib
end
# @private
def ctrl ; @@ctrl ; end
- old
+ new