# File lib/mail/utilities.rb, line 216 def map_with_index( enum, &block ) enum.each_with_index.map(&block) end