# File lib/riddle/controller.rb, line 71
    def running?
      !!pid && !!Process.kill(0, pid.to_i)
    rescue
      false
    end