method
find
find()
public
Hide source
# File lib/rinda/tuplespace.rb, line 308 def find @bin.reverse_each do |x| return x if yield(x) end nil end