The number of items in the tuple.
Returns:
the number of items in the tuple
79 80 81
# File 'lib/functional/tuple.rb', line 79 def length @data.length end