# File lib/gitlab_git/diff_collection.rb, line 46
      def size
        @size ||= count # forces a loop using each method
      end