method

each_active_object

ruby latest stable - Class: Shell::ProcessController
each_active_object()
public

No documentation available.

# 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