Ruby Rinda::Template Functions

EditRocket provides the following information on Rinda::Template functions in the Ruby source code builder.

match(tuple) - "Matches this template against tuple. The tuple must be the same size as the template. An element with a nil value in a template acts as a wildcard, matching any value in the corresponding position in the tuple. Elements of the template match the tuple if the are #== or #===."