Command
Implements debugger “quit” command
Returns a String given the help description of this command
# File cli/ruby-debug/commands/quit.rb, line 32 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.