class Tagrity::Command::Revive

Public Class Methods

call() click to toggle source
# File lib/tagrity/commands/revive.rb, line 5
def call
  PidFile.revive_dead_pids
end