42 43 44 45 46
# File 'lib/mini_process.rb', line 42 def stop return unless @pid Process.kill("KILL", @pid) rescue nil puts "stop #{name}" end