# File lib/autotest.rb, line 432
def
add_sigquit_handler
trap
'QUIT'
do
restart
end
end