# File lib/apotomo/widget/tree_node.rb, line 62 def children if block_given? @children.each { |child| yield child } else @children end end