Module: Death::Command

Defined in:
lib/death/command.rb

Class Method Summary collapse

Class Method Details

.death(signal, pid, *pids) ⇒ Object Also known as: lml



3
4
5
6
7
# File 'lib/death/command.rb', line 3

def death(signal, pid, *pids)
  Death::Voice.say('deeeeeeeeeeeattttth')

  Death::Killer.kill(signal, pid, *pids)
end