= private = protected
find_all(template)
Finds all live tuples that match template.
# File lib/rinda/tuplespace.rb, line 353 def find_all(template) bin_for_find(template).find_all do |tuple| tuple.alive? && template.match(tuple) end end