Class | Ohcount::Gestalt::Tool |
In: |
lib/gestalt/tool.rb
|
Parent: | Object |
# File lib/gestalt/tool.rb, line 25 def descendants() children.inject([]){|d,c| d.push(c, *c.descendants)} end
we delegate to the top_level_or trigger
# File lib/gestalt/tool.rb, line 13 def self.method_missing(method, *args) top_level_or.send(method, *args) end