module Death::Command

Public Class Methods

death(signal, pid, *pids) click to toggle source
# File lib/death/command.rb, line 3
def death(signal, pid, *pids)
  Death::Voice.say('deeeeeeeeeeeattttth')

  Death::Killer.kill(signal, pid, *pids)
end
Also aliased as: lml
lml(signal, pid, *pids)
Alias for: death