# File lib/grit/git-ruby/internal/pack.rb, line 76
        def with_packfile
          packfile = File.open(@name, 'rb')
          yield packfile
        ensure
          packfile.close
        end