Method: RSpec::Core::World#wants_to_quit
- Defined in:
- lib/rspec/core/world.rb
permalink #wants_to_quit ⇒ void
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.
11 12 13 |
# File 'lib/rspec/core/world.rb', line 11 def wants_to_quit @wants_to_quit end |