# File lib/rinda/tuplespace.rb, line 326 def find_all(template) @hash.fetch(template.size, []).find_all do |tuple| tuple.alive? && template.match(tuple) end end