module RSpec

def self.wants_to_quit

Other tags:
    Private: -
def self.wants_to_quit
# Used internally to determine what to do when a SIGINT is received
  world.wants_to_quit
end