# File lib/sass/util/ordered_hash.rb, line 94
  def reject
    dup.reject! {|h, k| yield h, k}
  end