Parent

Class/Module Index [+]

Quicksearch

GLib::Type

Public Instance Methods

ancestors() click to toggle source
# File glib2/lib/glib2.rb, line 111
def ancestors
  #  ([self] + interfaces + (parent ? parent.ancestors : [])).reverse.uniq.reverse
  [self] + (parent ? parent.ancestors : [])
end
decendants() click to toggle source
# File glib2/lib/glib2.rb, line 107
def decendants
  [self] + children.map{|t| t.decendants }.flatten
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.