# File lib/sass/util.rb, line 708 def enum_with_index(enum) ruby1_8? ? enum.enum_with_index : enum.each_with_index end