Added ruby manager. Partial

This commit is contained in:
Alexey Berezhok
2024-12-09 23:55:35 +03:00
parent d0da95dfc5
commit 4905975d79
9 changed files with 130 additions and 11 deletions

View File

@@ -101,6 +101,11 @@ class Kernel::ModuleCoreWorker
File.append! log_file, "#{log_time} #{out_result}"
end
def log_return(format, *args)
log(format, *args)
format % args
end
def check
result = self.info
if result[:REQ] == "" || result[:REQ].nil?