in lib/rugged_adapter/git_layer_rugged.rb [689:694]
def blobs blobs = [] @tree.each_blob {|blob| blobs << Gollum::Git::Blob.new(@tree.owner.lookup(blob[:oid]), blob) } blobs end