Actions
Feature #4691
closednodoc some private lib/resolv.rb constants and a method
    Feature #4691:
    nodoc some private lib/resolv.rb constants and a method
  
Description
The use_ipv6? is a private method.
RequestID and RequestIDMutex are used to track state across threads, nodoc'ing 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 r31549.
Mark, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/resolv.rb:  Hide private method and state-tracking constants from
 RDoc. Patch by Mark Turner. [Ruby 1.9 - Feature #4691]
Actions