# File lib/compass/sass_extensions/sprites/sprite_methods.rb, line 114
        def outdated?
          if File.exists?(filename)
            return @images.map(&:mtime).any? { |imtime| imtime.to_i > self.mtime.to_i }
          end
          true
        end