Added ruby manager. Partial
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user