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