# File lib/storable/orderedhash.rb, line 68 68: def delete_if 69: @order.clone.each { |k| 70: delete k if yield(k) 71: } 72: self 73: end