Method: RSpec::Core::World#wants_to_quit

Defined in:
lib/rspec/core/world.rb

#wants_to_quitvoid

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Used internally to determine what to do when a SIGINT is received.

[View source]

11
12
13
# File 'lib/rspec/core/world.rb', line 11

def wants_to_quit
  @wants_to_quit
end