307 308 309 310 311 312
# File 'lib/rinda/tuplespace.rb', line 307 def find @bin.reverse_each do |x| return x if yield(x) end nil end