Debugger::Command
Implements debugger “quit” command
# File lib/ruby-debug/commands/quit.rb, line 27 def help(cmd) %{ q[uit] [!|unconditionally]\texit from debugger. exit[!]\talias to quit Normally we prompt before exiting. However if the parameter "unconditionally" or is given or suffixed with !, we stop without asking further questions. } end
Generated with the Darkfish Rdoc Generator 2.