Method: Twterm::App#reset_interruption_handler

Defined in:
lib/twterm/app.rb

#reset_interruption_handlerObject



136
137
138
# File 'lib/twterm/app.rb', line 136

def reset_interruption_handler
  Signal.trap(:INT) { quit }
end