Class

A tuple is the elementary object in Rinda programming. Tuples may be matched against templates if the tuple and the template are the same size.

Class Methods

Creates a new Tuple from ary_or_hash which must be an Array or Hash.

Instance Methods

Accessor method for elements of the tuple.

Iterate through the tuple, yielding the index or key, and the value, thus ensuring arrays are iterated similarly to hashes.

Fetches item k from the tuple.

No documentation available

Munges ary into a valid Tuple.

Ensures hash is a valid Tuple.

The number of elements in the tuple.

Return the tuple itself