method
each_active_object
each_active_object()
public
Hide source
# File lib/shell/process-controller.rb, line 51 def each_active_object process_controllers_exclusive do for ref in @ProcessControllers.keys yield ref end end end