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