Infrastructure and add removeListNeedsHelp to users

This commit is contained in:
2026-02-09 17:56:05 -05:00
parent be3ee9096b
commit 63b19cb78a
9 changed files with 43 additions and 19 deletions
+5
View File
@@ -4,5 +4,10 @@ module Mozo
require 'drb'
DRbObject.new_with_uri('druby://localhost:9022')
end
# propagation method. Might save some searching. Hint: drb_counter/drb_counter.rb
def self.reload_stats!
object.reload_stats!
end
end
end