Actions
Bug #4684
closedtiny doc fixes for fileutils
    Bug #4684:
    tiny doc fixes for fileutils
  
Description
Some methods which have private_module_function called on them were showing up on the rdoc page for fileutils. I've fixed this by adding nodoc tags 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 r31541.
Darragh, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/fileutils.rb:  Hide internal methods from RDoc.  Patch by Darragh
 Curran. [Ruby 1.9 - Bug #4684]
Actions