hsh.reject! {| key, value | block } â hsh or nil
hsh.reject! â an_enumerator
hsh.reject! â an_enumerator
Instance Public methods
Equivalent to Hash#delete_if
, but returns nil
if
no changes were made.
Equivalent to Hash#delete_if
, but returns nil
if
no changes were made.
Please login to continue.