method
each_active_object
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
each_active_object()
public
Hide source
# File lib/shell/process-controller.rb, line 55 def each_active_object process_controllers_exclusive do for ref in @ProcessControllers.keys yield ref end end end