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