# File lib/grit/tree.rb, line 108
def
trees
contents
.
select
{
|
v
|
v
.
kind_of?
Tree
}
end