# File lib/core/facets/enumerable/hashify.rb, line 67 def splat a = @enum.to_a a << nil if a.size.odd? Hash[*a] end