Index: hash.c
===================================================================
--- hash.c (revision 31944)
+++ hash.c (working copy)
@@ -947,6 +947,7 @@
/*
* call-seq:
* hsh.reject {| key, value | block } -> a_hash
+ * hsh.reject -> an_enumerator
*
* Same as Hash#delete_if
, but works on (and returns) a
* copy of the hsh. Equivalent to