class RSpec::Core::Runner

def self.trap_interrupt

Other tags:
    Private: -
def self.trap_interrupt
  trap('INT') { handle_interrupt }
end