# File lib/compass/sass_extensions/functions/sprites.rb, line 204
  def verify_sprite(sprite)
    unless sprite.is_a?(Sass::Script::String)
      raise Sass::SyntaxError, %Q(The second argument to sprite() must be a sprite name. See http://beta.compass-style.org/help/tutorials/spriting/ for more information.)
    end
  end