Class Rinda::TemplateEntry
In: rinda/tuplespace.rb
Parent: TupleEntry

A TemplateEntry is a Template together with expiry and cancellation data.

Methods

===   match  

Public Instance methods

===(tuple)

Alias for match

Matches this TemplateEntry against tuple. See Template#match for details on how a Template matches a Tuple.

[Source]

# File rinda/tuplespace.rb, line 166
    def match(tuple)
      @tuple.match(tuple)
    end

[Validate]

ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.