module BatchManager::Utils
Public Class Methods
included(base)
click to toggle source
# File lib/batch_manager/utils.rb, line 3 def self.included(base) base.send :include, OverallMethods base.extend OverallMethods end