Method: Array#to_t

Defined in:
lib/standard/facets/tuple.rb

#to_tObject

Convert an array into a tuple.



276
277
278
# File 'lib/standard/facets/tuple.rb', line 276

def to_t
  Tuple.cast_from_array( self )
end