Project

General

Profile

Bug #4847 ยป hash.doc.patch

adgar (Michael Edgar), 06/07/2011 03:36 AM

View differences:

hash.c (working copy)
/*
* call-seq:
* hsh.reject {| key, value | block } -> a_hash
* hsh.reject -> an_enumerator
*
* Same as <code>Hash#delete_if</code>, but works on (and returns) a
* copy of the <i>hsh</i>. Equivalent to
    (1-1/1)