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
Actions
Like0
Like0Like0