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