# File lib/git/diff.rb, line 58
    def [](key)
      process_full
      @full_diff_files.assoc(key)[1]
    end