From: "zzak (Zachary Scott)" Date: 2012-12-04T02:57:39+09:00 Subject: [ruby-core:50535] [ruby-trunk - Bug #7504] Rdoc for OptionParser (remove "developer documentation" from Rdoc output) Issue #7504 has been updated by zzak (Zachary Scott). Assignee set to zzak (Zachary Scott) Target version set to 2.0.0 Nice catch Marcus! ---------------------------------------- Bug #7504: Rdoc for OptionParser (remove "developer documentation" from Rdoc output) https://bugs.ruby-lang.org/issues/7504#change-34378 Author: stomar (Marcus Stollsteimer) Status: Open Priority: Normal Assignee: zzak (Zachary Scott) Category: DOC Target version: 2.0.0 ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux] The rdoc for OptionParser starts with "developer documentation" that's "not for RDoc output", which is a little strange. In case this is not intentional for some reason, the patch removes this part of the docs from the output (using `#--' / `#++'). -- http://bugs.ruby-lang.org/