hsh.reject {| key, value | block } â a_hash
hsh.reject â an_enumerator
hsh.reject â an_enumerator
Instance Public methods
Same as Hash#delete_if, but works on (and returns) a copy of
the hsh. Equivalent to hsh.dup.delete_if.
Same as Hash#delete_if, but works on (and returns) a copy of
the hsh. Equivalent to hsh.dup.delete_if.
Please login to continue.