method
each_active_object
v1_9_3_392 -
Show latest stable
- Class:
Shell::ProcessController
each_active_object()public
No documentation available.
# File lib/shell/process-controller.rb, line 56
def each_active_object
process_controllers_exclusive do
for ref in @ProcessControllers.keys
yield ref
end
end
end