# File cli/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" is given, we stop without asking further questions. } end