# File lib/compass/core/sass_extensions/functions/enumerate.rb, line 2 def enumerate(prefix, from, through, separator = nil) separator ||= identifier("-") selectors = (from.value..through.value).map{|i| "#{prefix.value}#{separator.value}#{i}"}.join(", ") identifier(selectors) end
Generated with the Darkfish Rdoc Generator 2.