# File lib/grit/tree.rb, line 113
def
blobs
contents
.
select
{
|
v
|
v
.
kind_of?
Blob
}
end