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