From: Hiroshi NAKAMURA Date: 2011-06-26T19:18:44+09:00 Subject: [ruby-core:37507] [Ruby 1.9 - Bug #4847] Documentation Error for Hash#reject Issue #4847 has been updated by Hiroshi NAKAMURA. Target version set to 1.9.3 ---------------------------------------- Bug #4847: Documentation Error for Hash#reject http://redmine.ruby-lang.org/issues/4847 Author: Michael Edgar Status: Assigned Priority: Low Assignee: Yui NARUSE Category: Target version: 1.9.3 ruby -v: ruby 1.9.2p188 (2011-03-28 revision 31204) [x86_64-darwin10.7.0] 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. -- http://redmine.ruby-lang.org