class ComplexConfig::Tree

def <<(child)

def <<(child)
  @children << child
end