# File lib/glib2.rb, line 96
def
decendants
[
self
]
+
children
.
map
{
|
t
|
t
.
decendants
}.
flatten
end