method
    
    inactivate
 
  inactivate(pc)
  public
  
    Hide source    
    
      
  
# File lib/shell/process-controller.rb, line 41 def inactivate(pc) process_controllers_exclusive do if @ProcessControllers[pc] if (@ProcessControllers[pc] -= 1) == 0 @ProcessControllers.delete(pc) end end end end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   = private
 = private = protected
 = protected
  