# File lib/compass/sass_extensions/sprites/image_row.rb, line 33 def total_width images.inject(0) {|sum, img| sum + img.width } end