class Raykit::Project
def size_pack
def size_pack Dir.chdir(@directory) do text = `git count-objects -v -H` if matches = text.match(/size-pack: ([. \w]+)$/) matches[1] else text end end end
def size_pack Dir.chdir(@directory) do text = `git count-objects -v -H` if matches = text.match(/size-pack: ([. \w]+)$/) matches[1] else text end end end