= private = protected
match(tuple)
Matches this TemplateEntry against tuple. See Template#match for details on how a Template matches a Tuple.
# File lib/rinda/tuplespace.rb, line 168 def match(tuple) @tuple.match(tuple) end