class Goliath::Runner

def remove_pid

Returns:
  • (Nil) -
def remove_pid
  File.delete(@pid_file)
end