# File lib/rq-2.3.1/orderedhash.rb, line 81 def delete_if @order.clone.each { |k| delete k if yield } self end