module BatchManager class Monitor include BatchManager::Utils class << self def list # TODO end def status(file_name) # TODO end end end end