= private = protected
find(template)
Finds a live tuple that matches template.
# File lib/rinda/tuplespace.rb, line 362 def find(template) bin_for_find(template).find do |tuple| tuple.alive? && template.match(tuple) end end