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