From: Pete Higgins Date: 2011-05-16T11:31:32+09:00 Subject: [ruby-core:36211] [Ruby 1.9 - Bug #4701][Open] Hide some internal constants of Timeout from rdoc Issue #4701 has been reported by Pete Higgins. ---------------------------------------- Bug #4701: Hide some internal constants of Timeout from rdoc http://redmine.ruby-lang.org/issues/4701 Author: Pete Higgins Status: Open Priority: Low Assignee: Eric Hodel Category: DOC Target version: ruby -v: ruby 1.9.3dev (2011-05-13 trunk 31542) [x86_64-linux] Timeout uses some constants to perform some of its voodoo with backtraces. These don't appear to be useful outside of Timeout, so I added :nodoc: to them. -- http://redmine.ruby-lang.org