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