Convert an array into a tuple.
[Source]
# File lib/facets/supplemental/facets/tuple.rb, line 276 def to_t Tuple.cast_from_array( self ) end
[Validate]