method

reject

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - Class: Hash
reject() public

Same as Hash#delete_if, but works on (and returns) a copy of the hsh. Equivalent to hsh.dup.delete_if.

Show source
Register or log in to add new notes.