# File lib/sprockets/index.rb, line 40
    def file_digest(pathname, data = nil)
      memoize(@digests, pathname.to_s) { super }
    end