Killall

A simple gem that provides killall functionality to Ruby. Only works in Linux currently.

Example

require 'killall'

Process.killall 'rake foo:bar'

Small print

Copyright (c) Fork Ltd. (http://forkhq.com), released under the MIT license.