Object
# File lib/glib2.rb, line 116 def ancestors # ([self] + interfaces + (parent ? parent.ancestors : [])).reverse.uniq.reverse [self] + (parent ? parent.ancestors : []) end
# File lib/glib2.rb, line 112 def decendants [self] + children.map{|t| t.decendants }.flatten end
[Validate]
Generated with the Darkfish Rdoc Generator 2.