Actions
Misc #16126
closedFix small docs inconsistencies
Status:
Closed
Assignee:
-
Description
The patch with some small-ish fixes:
- Enumerator refers to
#enum_for
/#to_enum
underKernel
, while in fact they are documented underObject
; -
Kernel#warn
has outdated call sequence; -
ClosedQueueError
is not mentioned in errors hierarchy; -
then
is referred to asyield_self
, obscuring the usage.
Not fixed yet, though should be:
-
File::Constants
documented asFile::File::Constants
: https://github.com/ruby/rdoc/issues/741 -
ClosedQueueError
doesn'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) over 5 years ago
Thanks for the patch, I will merge it shortly.
Updated by jeremyevans (Jeremy Evans) over 5 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
Like0
Like0Like0