# File lib/hashery/sparsearray.rb, line 396 def reject! chg=nil qdelete_if { |i,v| r=yield(v); chg=true if r; r } return nil if !chg reindex! end