From: Eric Hodel Date: 2011-05-12T08:10:11+09:00 Subject: [ruby-core:36117] [Ruby 1.9 - Bug #4665] Add nodoc comments for Set methods Issue #4665 has been updated by Eric Hodel. By default, Ruby generates ri with --all so private methods will be picked up. Method visibility is up to the library maintainer so I don't think it's appropriate to change visibility in a documentation patch. Occasionally private methods are useful for subclassing, so changing the inclusion of private or protected methods may hide relevant information. If you wish to replace nodoc with real documentation that would be great, but it appears that these two methods are simply for utility. ---------------------------------------- Bug #4665: Add nodoc comments for Set methods http://redmine.ruby-lang.org/issues/4665 Author: Pete Higgins Status: Open Priority: Low Assignee: Eric Hodel Category: DOC Target version: ruby -v: 1.9.2-p180 Set#flatten_merge and Set#do_with_enum are called internally by other Set methods. Add nodoc comments to them so they don't show up in the list of undocumented things. -- http://redmine.ruby-lang.org