# File lib/facets/more/dictionary.rb, line 370
  def select
    ary = []
    each { |k,v| ary << [k,v] if yield k,v }
    ary
  end