# File lib/compass/sass_extensions/functions/sprites.rb, line 59 def inline_sprite(map) verify_map(map, "sprite-url") map.generate path = map.filename inline_image_string(data(path), compute_mime_type(path)) end