# File lib/dm-validations/support/ordered_hash.rb, line 273 def delete_if order.clone.each { |k| delete k if yield(k,@hash[k]) } self end