# File lib/core/facets/enumerable/hashify.rb, line 146 def by_index h = {} each_with_index do |v, i| h[i] = v end h end