# File lib/compass/sass_extensions/sprites/image_methods.rb, line 6 def image_for(name) @images.detect { |img| img.name == name} end