# File lib/tree.rb, line 288 def children if block_given? @children.each {|child| yield child} else @children end end