# File lib/compass/sass_extensions/sprites/image_row.rb, line 41 def will_fit?(image) (total_width + image.width) <= max_width end