Actions
Bug #4701
closedHide some internal constants of Timeout from rdoc
    Bug #4701:
    Hide some internal constants of Timeout from rdoc
  
Description
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.
Files
        
           Updated by drbrain (Eric Hodel) over 14 years ago
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r31592.
Pete, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/timeout.rb (module Timeout):  Hide internal constants.  Patch by
 Pete Higgins. [Ruby 1.9 - Bug #4701]
Actions