# File lib/storable/orderedhash.rb, line 153 153: def select 154: ary = [] 155: each { |k,v| ary << [k,v] if yield k,v } 156: ary 157: end