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