# File lib/more/facets/tuple.rb, line 147
  def each_index( &block )
    @values.each_index( &block )
  end