I am teaching a Programming Fundamentals with Ruby class and as a class we decided to update some documentation that would make it easier for them, as beginners, to understand
This issue was solved with changeset r36964.
Jeff, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
array.c (rb_ary_select):
Update documentation for Array#select
enum.c (enum_find_all, enum_reject):
Update documentation for Enumerable#find_all and Enumerable#reject
Based on a patch by Jeff Saracco
[Bug #6908] [ruby-core:47285] [Fixes #166 on github]