451 452 453
# File 'lib/hwloc/Obj.rb', line 451 def each_child(*args, &block) return children.each(*args, &block) end