Project

General

Profile

Actions

Bug #4847

closed

Documentation Error for Hash#reject

Added by adgar (Michael Edgar) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2p188 (2011-03-28 revision 31204) [x86_64-darwin10.7.0]
Backport:
[ruby-core:36800]

Description

The documentation for Hash#reject fails to note that, when called without a block, an enumerator is returned.

A small patch correcting this is attached.


Files

hash.doc.patch (408 Bytes) hash.doc.patch adgar (Michael Edgar), 06/07/2011 03:36 AM

Updated by naruse (Yui NARUSE) almost 13 years ago

  • Status changed from Open to Assigned
  • Assignee set to naruse (Yui NARUSE)

Updated by nahi (Hiroshi Nakamura) almost 13 years ago

  • Target version set to 1.9.3
Actions #3

Updated by naruse (Yui NARUSE) almost 13 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r32238.
Michael, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • hash.c (rb_hash_reject): add documentation that Hash#reject
    without block returns enumerator.
    patched by Michael Edgar [Bug #4847] [ruby-core:36800]
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0