Actions
Misc #16126
closedFix small docs inconsistencies
    Misc #16126:
    Fix small docs inconsistencies
  
Status:
Closed
Assignee:
-
Description
The patch with some small-ish fixes:
- Enumerator refers to #enum_for/#to_enumunderKernel, while in fact they are documented underObject;
- 
Kernel#warnhas outdated call sequence;
- 
ClosedQueueErroris not mentioned in errors hierarchy;
- 
thenis referred to asyield_self, obscuring the usage.
Not fixed yet, though should be:
- 
File::Constantsdocumented asFile::File::Constants: https://github.com/ruby/rdoc/issues/741
- 
ClosedQueueErrordoesn't renders its parent right (probably RDoc bug also, will investigate).
For the next, step, I plan to provide a PRs with core and stdlib docs that are just missing, outdated or confusing.
Files
        
           Updated by jeremyevans0 (Jeremy Evans) about 6 years ago
          Updated by jeremyevans0 (Jeremy Evans) about 6 years ago
          
          
        
        
      
      Thanks for the patch, I will merge it shortly.
        
           Updated by jeremyevans (Jeremy Evans) about 6 years ago
          Updated by jeremyevans (Jeremy Evans) about 6 years ago
          
          
        
        
      
      - Status changed from Open to Closed
Applied in changeset git|04735c48ab44c97cbfd5a5cd37f9a1696e2f5a2b.
Minor documentation fixes [ci skip]
From zverok (Victor Shepelev)
Fixes [Misc #16126]
Actions