# File lib/grit/git-ruby/internal/pack.rb, line 104 def get_shas shas = [] each_sha1 { |sha| shas << sha.unpack("H*")[0] } shas end