From: "drbrain (Eric Hodel)" Date: 2012-07-18T11:07:14+09:00 Subject: [ruby-core:46544] [ruby-trunk - Bug #6743] Add documentation for debug library Issue #6743 has been updated by drbrain (Eric Hodel). I think matz would need to rule on the name change from DEBUGGER__ to Debugger, so please file it as a separate issue. I was unsure on the nodocs since they weren't added to all the methods. While debug.rb seems to be only usable from a console, I have not investigated closely enough to see if methods such as suspend, resume and interrupt could be used as API alongside suspend_all, resume_all, etc.. Feel free to update this issue with further nodocs if you think they are all internals. ---------------------------------------- Bug #6743: Add documentation for debug library https://bugs.ruby-lang.org/issues/6743#change-28186 Author: oscardelben (Oscar Del Ben) Status: Closed Priority: Normal Assignee: drbrain (Eric Hodel) Category: DOC Target version: 2.0.0 ruby -v: 2.0.0dev Added initial documentation for the library. I've refactored DEBUGGER__ to Debugger so that it can appear in the documentation listing. -- http://bugs.ruby-lang.org/