# File lib/compass/sass_extensions/functions/sprites.rb, line 178 def missing_sprite!(function_name) raise Sass::SyntaxError, %Q(The first argument to #{function_name}() must be a sprite map. See http://beta.compass-style.org/help/tutorials/spriting/ for more information.) end