method
    
    kill
 
  kill(sig)
  public
  
    Hide source    
    
      
  
# File lib/shell/system-command.rb, line 75 def kill(sig) if @pid Process.kill(sig, @pid) end end

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