# File lib/hydra/runner.rb, line 44 def reg_trap_sighup for sign in [:SIGHUP, :INT] trap sign do stop end end @runner_began = true end