Rinda::Tuple

class Rinda::Tuple

Parent:
Object

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.

Public Class Methods

new(ary_or_hash) Show source

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