Module: DebugRegistry
- Defined in:
- lib/onapp/engine/utils/diagnostics.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) run
59 60 61 62 63 64 65 66 67 |
# File 'lib/onapp/engine/utils/diagnostics.rb', line 59 def self.run Daemon::Supervision::Registry.workers.each do |registry| puts "#{registry.name}:" puts "key: #{registry.name}" puts "all: #{registry.all.inspect}" puts "size: #{registry.size.inspect}" puts end end |