module RSpec

def self.wants_to_quit=(maybe)

Used internally to determine what to do when a SIGINT is received
def self.wants_to_quit=(maybe)
  world.wants_to_quit=(maybe)
end